Skip to content

Instantly share code, notes, and snippets.

@onildoaguiar
Last active June 18, 2019 16:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onildoaguiar/d409227935939743e563a596f1e76cb8 to your computer and use it in GitHub Desktop.
Save onildoaguiar/d409227935939743e563a596f1e76cb8 to your computer and use it in GitHub Desktop.
Bullet Train for oh-my-zsh on Ubuntu

About

How to install Bullet Train for oh-my-zsh on Ubuntu.

Install zsh

$ sudo apt-get install zsh
$ sudo apt-get install git-core

Install oh-my-zsh

$ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh

Change your shell to zsh

$ chsh -s `which zsh`

Install powerline

$ sudo apt-get install powerline

Install powerline fonts

clone

$ git clone https://github.com/powerline/fonts.git --depth=1

install

$ cd fonts
$ ./install.sh

clean-up a bit

$ cd ..
$ rm -rf fonts

Install bullet train

Restart

$ sudo shutdown -r 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment