- Repository:
[https://github.com/ohmybash/oh-my-bash]
Check version git:
git version
- Install via curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
- Install via wget
bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
- Install Powerline fonts
sudo apt-get install fonts-powerline
- Edit .bashrc
OSH_THEME="powerline"
Top comments (0)