Skip to content

Instantly share code, notes, and snippets.

@zahin-mohammad
Last active April 18, 2022 20:30
Show Gist options
  • Save zahin-mohammad/6e37841d18abddcbac162613fa5f3596 to your computer and use it in GitHub Desktop.
Save zahin-mohammad/6e37841d18abddcbac162613fa5f3596 to your computer and use it in GitHub Desktop.
sudo apt install -y zsh
sudo chsh -s /usr/bin/zsh root
sudo chsh -s /usr/bin/zsh $USER
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
echo "source $~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/.zshrc
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
echo "source $~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc
logout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment