Zsh theme
This commit is contained in:
parent
6bc7bd40fc
commit
68c180c039
1 changed files with 7 additions and 0 deletions
|
@ -5,3 +5,10 @@ sudo apt-get install zsh
|
||||||
echo " - Setting Zsh as default - "
|
echo " - Setting Zsh as default - "
|
||||||
sudo chsh -s /usr/bin/zsh
|
sudo chsh -s /usr/bin/zsh
|
||||||
|
|
||||||
|
echo " - Installing oh-my-zsh - "
|
||||||
|
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||||
|
|
||||||
|
echo " - Setting oh-my-zsh theme -"
|
||||||
|
sed -ri 's/ZSH_THEME="(.*?)"/ZSH_THEME="kardan"/g' ~/.zshrc
|
||||||
|
source ~/.zshrc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue