/Dotfiles

Some config files and aliases I use for my development setup

Primary LanguageShellMIT LicenseMIT

Dotfiles

To use clone to your user profile.

Git

You can use the included git config in your .gitconfig file with the include directive:

[user]
    email = foo@bar.com
    name = Foo Bar
[include]
    path = Dotfiles/gitconfig