Skip to content

duboisph/dotfiles

Repository files navigation

Dotfiles

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and change things according to your own taste. Use at your own risk!

Customization

.gitconfig.local

If ~/.gitconfig.local exists, it will be included at the end of .gitconfig. You can use this to set personal and/or sensitive information such as your git user credentials.

[user]
  name = Your Name
  email = [email protected]
  signingkey = APGPKEY
[commit]
  gpgsign = true

Feedback

Suggestions/improvements welcome!

Acknowledgements

Inspiration and code was taken from many different sources:

License

The code is available under the MIT license.

For convenience some third party assets are hard-copied in place. These items have their own license and copyright:

Releases

No releases published

Packages

No packages published