8 lines
138 B
Text
8 lines
138 B
Text
sudo apt-get zsh
|
|
chsh -s /bin/zsh
|
|
LOGOUT COMPLETELY and relogin
|
|
git clone repo
|
|
mv dotfiles/* .
|
|
git submodule update --init
|
|
source .zshrc
|
|
|