Skip to content

Instantly share code, notes, and snippets.

@JamesMenetrey
Last active February 4, 2018 23:11
Show Gist options
  • Save JamesMenetrey/9fd6dd9f0caf983ec271c23bbf34703a to your computer and use it in GitHub Desktop.
Save JamesMenetrey/9fd6dd9f0caf983ec271c23bbf34703a to your computer and use it in GitHub Desktop.
Make Bash on Ubuntu on Windows 10 Look Like the Ubuntu Terminal

Make Bash on Ubuntu on Windows 10 Look Like the Ubuntu Terminal

Install zsh

sudo apt-get install zsh

Install Oh My ZSH

Follow the instructions: https://ohmyz.sh/

Applying the right colors

Follow the instructions: https://medium.com/@jgarijogarde/make-bash-on-ubuntu-on-windows-10-look-like-the-ubuntu-terminal-f7566008c5c2

My personal preferences is to select the font Ubuntu Mono derivative Powerline.

Changing the USH theme

Edit the theme of ZSH by opening .zshrc:

vi ~/.zshrc

Change ZSH_THEME="robbyrussell" by ZSH_THEME="clean".

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