mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
9 lines
153 B
Bash
9 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
|