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.shOr, if you already have bash_it, pull it to update:
cd ~/.bash_it && git pullClone 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 masterReload the profile
reloadChange theme
# Debian / Ubuntu
nano ~/.bashrc
# Some other distros
nano ~/.profile
# Mac
nano ~/.bash_profileUpdating ailases
bsync#TODO
- fork bash_it and make it simpler / faster