Manage configuration files for:
- bash
- irb
- git
Follow manual setup instructions
-
Install Peridot via:
$ gem install peridot
-
clone repository via:
$ git clone https://github.com/heisam/dotfiles.git
-
Set your personal Git settings:
$ cp example.env .env
and fill in required information
IMPORTANT These tasks will replace your existing config files without warning!
$ rake -T
$ rake dotfiles # Runs all your task in the dotfiles namespace
$ rake dotfiles:dot # Link dotfiles
$ rake dotfiles:git # Generate .gitconfig
$ rake dotfiles:sublime # Link Sublime configuration files
$ rake watch # Watches for changes and reruns rake
These dotfiles are released under the MIT License.