These are my very opinionated dotfiles. They are just how I roll.
- Bash Color Scheme
- Aliases
- Useful functions
- Nano Syntax Highlighting
- Simple installer will backup old dotfiles and symlink new ones
- Magic
Bash
To install these dotfiles first clone the repository to your home directory:
cd ~
git clone https://github.com/jason-rutherford/dotfiles.git
Next execute the makesymlinks.sh
cd dotfiles
./makesymlinks.sh
That script will loop through the included dotfiles, move existing ones into ~/dotfiles_old and then create symlinks in your home directory pointing to the ~/dotfiles ones.
MIT
Free Software, Hell Yeah!