Repo to store my dotfiles
Finally built a dotfiles repo. Have rolled my bashrc and aliases file into this repo.
The bashrc gets symlinked into my $HOME and then loads all the files in this repo. Note: This will only work if your username is erik. If not, you need to replace all instances of erik with your username.
To use:
- clone this repo to $HOME
- mv dotfile .dotfiles
- run ~/.dotfiles/install
This repo will not overwrite an existing .vimrc or .bashrc. If you have system config currently defined in those files you should move it to the dotfiles corresponding files (i.e., bash/bashrc
or system/*
)
To consider or improve
This only works if there is a ~/.profile
or ~/.bash_profile
that loads .bashrc
- bash_profile
vimrc- ssh
- gitconfig
I'm sure there is more but I'll feel better when crossing the above off. Check my Issues for what I want to do and the improvements I've already made.
I followed along with the following two blogs