Skip to content

Instantly share code, notes, and snippets.

@backslash112
Last active April 15, 2018 04:06
Show Gist options
  • Save backslash112/6600959992b573bb81616f5acf364ff2 to your computer and use it in GitHub Desktop.
Save backslash112/6600959992b573bb81616f5acf364ff2 to your computer and use it in GitHub Desktop.

Script to install zsh and oh-my-zsh for ubuntu 16.04

Install zsh

apt install zsh

Install oh-my-zsh

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

Plugins for ~/.zshrc

plugins=(
  git
  github
  zsh-autosuggestions
  gitignore
  docker
  z
  d
  copydir
  copyfile
  zsh-syntax-highlighting
)

zsh-autosuggestions

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