Skip to content

Instantly share code, notes, and snippets.

@StalkAlex
Last active April 18, 2017 16:08
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 StalkAlex/356e01e8e9856b99474941e2569e17c1 to your computer and use it in GitHub Desktop.
Save StalkAlex/356e01e8e9856b99474941e2569e17c1 to your computer and use it in GitHub Desktop.
Pretty looking BashOnWindows ZSH

Windows

  1. Install Conemu
  2. Select <Solarized (Luke Maciak)> theme
  3. Use bash as startup script path
  4. https://github.com/powerline/fonts clone and run ps script to install all fonts

Ubuntu

  1. sudo apt-get install python-pip
  2. sudo pip install powerline-status
  3. https://powerline.readthedocs.io/en/latest/installation/linux.html#installation-on-linux
  4. sudo apt-get install zsh
  5. Add to ~/.bashrc
  # if running in terminal...
  if test -t 1; then
  # ...start zsh
  exec zsh
  fi
  1. sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  2. Add/Change to ~/.zshrc
ZSH_THEME="agnoster" 
plugins=(git, php, ubuntu)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment