This is an example repository for using a .dotfiles
repository with stow
to make your preferences portable across machines.
Fork this repo so you can customize it with your own information.
You'll need a working installation of stow
.
The easiest way is Homebrew.
- Check out the repository into your home directory:
cd ~
git clone [email protected]:cisagov/.dotfiles.git
- Stow all the packages from
.dotfiles
into your home directory either via thedeploy.sh
script.
You'll want to make some changes, e.g. username and email should be set to your
own. You can do this by editing the files in your new ~/.dotfiles
folder.
Generate a GPG key to sign your git commits etc and add it to the .gitconfig
file - follow the prompts:
gpg --gen-key
Please see our Project Setup guide for step-by-step instructions on how to start a new repository from a skeleton. This will save you time and effort when configuring a new repository!
We welcome contributions! Please see CONTRIBUTING.md
for
details.
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.