mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-13 20:37:51 +02:00
6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Install ZSH
|
||
|
sudo pkg install -y zsh
|
||
|
sudo chsh -s `which zsh` vagrant
|