GeekEast / blog_comment

0 stars 0 forks source link

Install Zsh on Ubuntu 18.04 | 雪中印 #22

Open GeekEast opened 5 years ago

GeekEast commented 5 years ago

https://geekeast.github.io/ubuntuinstallzsh.html

Ubuntu Install Zsh & Oh My Zsh & Plugins 12345678910sudo apt install -y zshsh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" # need passwo

GeekEast commented 5 years ago

Change Themes

cd ~/.oh-my-zsh/themes && ls
GeekEast commented 5 years ago

Remove Zsh

sudo apt-get --purge remove zsh

GeekEast commented 5 years ago

Remove oh-my-zsh

uninstall_oh_my_zsh