Skip to content

Instantly share code, notes, and snippets.

@mustakimali
Last active April 5, 2019 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustakimali/a434a2f7ab89f7971c2217695dea9c43 to your computer and use it in GitHub Desktop.
Save mustakimali/a434a2f7ab89f7971c2217695dea9c43 to your computer and use it in GitHub Desktop.
!#bin/bash
sudo apt update
sudo apt install -y curl git
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
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment