# TGWIL Dotfiles.Core These are my core dotfiles. They are used on every account on every machine, including root. My other dotfiles: - [dotfiles.sys](http://git.tgwil.net/dotfiles.sys/) for system configurations. - [dotfiles.tgwil](http://git.tgwil.net/dotfiles.tgwil) for my personal daily-driver user. ## Installation The `new-user-setup.sh` script is all that is needed to setup a new user account. To run the script: ```bash cd ~/dotfiles.core ./new-user-setup.sh ``` If the script cannot be run for whatever reason, it is sufficiently documented to use it as a guide for manual installation.