mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
10 lines
153 B
Bash
10 lines
153 B
Bash
#!/bin/sh
|
|
|
|
#sudo apt-get update
|
|
|
|
sudo apt-get install -y curl
|
|
sudo apt-get install -y git
|
|
|
|
sudo apt-get install -y zsh
|
|
sudo chsh -s $(which zsh) vagrant
|