Linux (Ubuntu) config files.
-
Clone (into your home directory?).
-
Make symlinks to these files from your home directory (~), e.g.:
ln -s ~/sbull-config/.bash_aliases ~
- Be sure to add the following to .bashrc:
# sbull
if [ -f ~/.bashrc.sbull ]; then
. ~/.bashrc.sbull
fi
- Enjoy! :)