Skip to content

Instantly share code, notes, and snippets.

@vavar
Last active May 4, 2018 03:59
Show Gist options
  • Select an option

  • Save vavar/24ab23c7ee88cad2a23dd5479397bf83 to your computer and use it in GitHub Desktop.

Select an option

Save vavar/24ab23c7ee88cad2a23dd5479397bf83 to your computer and use it in GitHub Desktop.
macOS Shell Dev Tool

Step 1 - Brew ( https://brew.sh )

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Step 2 - Zsh & Oh-my-zsh

brew install zsh zsh-completions
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Step 3 - Zsh Fish-like suggestion

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Add to oh-my-zsh plugin list

plugins=(zsh-autosuggestions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment