zsh install
This commit is contained in:
parent
0b9c115f0b
commit
aa648c90ff
@ -1,2 +1,9 @@
|
|||||||
|
# install ZSH
|
||||||
sudo apt install zsh -y
|
sudo apt install zsh -y
|
||||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -y
|
|
||||||
|
# Get oh my zsh and switch to zsh
|
||||||
|
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
|
||||||
|
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||||
|
|
||||||
|
# recompile zsh
|
||||||
|
source ~/.zshrc
|
Loading…
x
Reference in New Issue
Block a user