Last active
October 27, 2017 10:34
-
-
Save jagamypriera/67519dc4cf5044671e420f709be39c7f to your computer and use it in GitHub Desktop.
Favorable zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /tmp | |
sudo apt update | |
sudo apt -y install zsh | |
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh | |
sed -i '/ZSH_THEME/c\ZSH_THEME="xiong-chiamiov-plus"' $HOME/.zshrc | |
sed -i -e "\$aexec zsh" $HOME/.bashrc | |
exec zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment