Custom themes (with bash_it) and aliases for development and vm boxes. To sync aliases just run bsync
after installing.
Clone the repository to get it:
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
Or, if you already have bash_it
, pull it to update:
cd ~/.bash_it && git pull
Clone my repository or fork it and make your changes and customisations.
cd ~/.bash_it/custom
git init .
git remote add origin https://github.com/milose/bash_it-settings.git
git pull origin master
Reload the profile
reload
Change theme
# Debian / Ubuntu
nano ~/.bashrc
# Some other distros
nano ~/.profile
# Mac
nano ~/.bash_profile
Updating ailases
bsync