These are my dotfiles; pretty standard stuff. This setup of dotfiles is based on Sila Swell's setup
Run the following commands to reinstall all dotfiles back to the home directory:
cd ~
git clone [email protected]:abriemme/dotfiles.git dotfiles.git
mv dotfiles.git/.git .dotfiles.git
shopt -s dotglob #enable dotglob
mv -i dotfiles.git/* .
rmdir dotfiles.git
. ~/.bashrc
dotfile pull
- get latest configuration changesdotfile add <FILENAME>
- add a configuration filedotfile commit -a
- save all configuration changesdotfile push
- push configuration changes to GitHUb