/dotfiles

Dotfiles and bash scripts for setting up a new environment.

Primary LanguageVim ScriptMIT LicenseMIT

Dotfiles

These are the dotfiles that I use when setting up a new environment.

Getting Started

Run the following to install dotfiles:

$ git clone https://github.com/jrutheiser/dotfiles.git
$ cd dotfiles
$ ./install.sh

Customizing

Local Settings

Settings are extendable through the following local files:

~/.gitconfig.local

If ~/.gitconfig.local exists it will be included after ~/.gitconfig.

[user]
    name = AUTHOR_NAME
    email = AUTHOR_EMAIL

~/.vimrc.local

If ~/.vimrc.local exists it will be be sourced after ~/.vimrc.

~/.bash.local

If ~/.bash.local exists it will be be sourced after other bash files.

Inspiration

These dotfiles were inspired by:

License

The code is available under the MIT license.