# TGWIL Dotfiles.Core These are my core dotfiles. They are used on every account on every machine, including root. My other dotfiles: - [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts. ## Installation ### Clone this repository ``` cd git clone git@git.tgwil.net:dotfiles.core dotfiles.core ``` ### Install the files ``` cd # install .bash_profile ln -s $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile # install .bashrc ln -s $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc ```