knmkr / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Platforms

Setup

$ git clone git@github.com:knmkr/dotfiles.git
$ cd dotfiles
$ git submodule update -i

$ DOTFILES_DIR=${PWD}

$ ln -s ${DOTFILES_DIR}/{.zsh,.zshenv,.emacs.d,.psqlrc,.tmux.conf} ${HOME}

$ ln -s ${DOTFILES_DIR}/VCS/git/.gitconfig ${HOME}
$ cp ${DOTFILES_DIR}/VCS/git/.gitconfig.local.example ${HOME}/.gitconfig.local

$ mkdir -p .config/karabiner/ && ln -s ${DOTFILES_DIR}/keybind/osx/karabiner.json ${HOME}/.config/karabiner/

About


Languages

Language:Emacs Lisp 48.1%Language:Shell 27.8%Language:AutoHotkey 9.7%Language:Perl 8.8%Language:Makefile 3.3%Language:Python 2.1%Language:Ruby 0.2%Language:R 0.0%