Skip to content

optionalg/dotfiles-65

 
 

Repository files navigation

My dotfiles

Install

Clone this repo into ~/.dotfiles:

git clone git@github.com:henrik/dotfiles.git ~/.dotfiles

Then install the dotfiles:

cd .dotfiles
rake

This rake task will not replace existing files, but it will replace existing symlinks.

The dotfiles will be symlinked, e.g. ~/.bash_profile symlinked to ~/.dotfiles/bash_profile.

Don't forget to replace the name and email in gitconfig if you're not Henrik :p

Vim

Install plugins from submodules:

git submodule update --init

tmux

Make it integrate with the OS X system clipboard:

brew install reattach-to-user-namespace

Extras

The extras directory contains additional configuration files that are not dotfiles:

  • VibrantInk.itermcolors is a colorscheme for iTerm2 (source).

  • On a new Mac, run ~/.dotfiles/extras/os_x_defaults.sh in the Terminal to change some silly defaults.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.8%
  • Vim Script 27.9%
  • Ruby 10.3%