# 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. - [dotfiles.sys](http://git.tgwil.net/dotfiles.sys/) for system configurations. ## Installation ### Clone this repository ```bash cd git clone git@git.tgwil.net:dotfiles.core dotfiles.core ``` ### Install the files ```bash 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 ```