mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 16:20:06 +00:00
5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/sh
|
|
|
|
# Install ZSH
|
|
sudo pkg install -y zsh
|
|
sudo chsh -s `which zsh` vagrant
|