abulimov / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My configuration files

Installation

  1. To get started, install homesick first:
$ # optionally set up gemrc:
$ touch ~/.gemrc && \
  echo 'gem: --user-install --no-document -n~/.local/bin' >> ~/.gemrc && \
  mkdir -p "$HOME/.local/bin" && \
  export PATH=$HOME/.local/bin:$PATH
$ gem install homesick
  1. Use the homesick command to clone my castle:
$ homesick clone abulimov/dotfiles
  1. Put your Git credentials into ~/.gitconfig.local. For example:
[user]
   name = Foo Example
   email = foo@example.com
[credential]
   # OS X
   helper = osxkeychain
   # Linux
   # helper = cache
  1. Symlinks all dotfiles:
$ homesick link dotfiles
  1. Install dependencies and plugins:
$ homesick rc --force dotfiles

Usage

$ homesick

Configuration files for

About

my dotfiles

License:MIT License


Languages

Language:Vim Script 72.0%Language:Ruby 17.1%Language:Shell 10.9%