Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1016 Bytes

readme.md

File metadata and controls

51 lines (34 loc) · 1016 Bytes

My dotfiles

Manage configuration files for:

  • bash
  • irb
  • git
  • sublime text 3

Requirements

Follow manual setup instructions

Installation

  1. Install Peridot via:

    $ gem install peridot
  2. clone repository via:

    $ git clone https://github.com/heisam/dotfiles.git
  3. Set your personal Git settings:

    $ cp example.env .env

    and fill in required information

Usage

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

License

These dotfiles are released under the MIT License.