Skip to content

Instantly share code, notes, and snippets.

@dextoruz
Last active August 30, 2020 09:32
Show Gist options
  • Save dextoruz/3ad786754db71a1668b945ca7a1dd8a4 to your computer and use it in GitHub Desktop.
Save dextoruz/3ad786754db71a1668b945ca7a1dd8a4 to your computer and use it in GitHub Desktop.
sudo apt install git zsh curl -y
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cd ~
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
@dextoruz
Copy link
Author

upgrade_oh_my_zsh
for upgrading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment