Skip to content

Instantly share code, notes, and snippets.

@nivv
Created March 28, 2022 10:07
Show Gist options
  • Save nivv/1257a1b6679ba5da2e70c01ec30b824f to your computer and use it in GitHub Desktop.
Save nivv/1257a1b6679ba5da2e70c01ec30b824f to your computer and use it in GitHub Desktop.
cd /home/forge/.oh-my-zsh/custom
sudo -Hu forge git init
sudo -Hu forge git remote add origin https://github.com/nivv/operator-theme.git
sudo -Hu forge git fetch
sudo -Hu forge git checkout -t origin/master
sudo -Hu forge sed -i -e 's/ZSH_THEME="robbyrussell"/ZSH_THEME="operator"/g' /home/forge/.zshrc
sudo -Hu forge echo "source /home/forge/.oh-my-zsh/custom/aliases" >> /home/forge/.zshrc
sudo -Hu forge echo 'eval "$(fasd --init auto)"' >> /home/forge/.zshrc
#sudo add-apt-repository ppa:aacebedo/fasd -y
#sudo apt-get update
#sudo apt-get install fasd -y
sudo apt-get install fasd -yqq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment