Skip to content

Instantly share code, notes, and snippets.

@jagamypriera
Last active October 27, 2017 10:34
Show Gist options
  • Save jagamypriera/67519dc4cf5044671e420f709be39c7f to your computer and use it in GitHub Desktop.
Save jagamypriera/67519dc4cf5044671e420f709be39c7f to your computer and use it in GitHub Desktop.
Favorable zsh
#!/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