joar / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

A git setup for dotfiles, with my dotfiles.

Based on https://github.com/lydell/dotfiles

Setup

$ cd location/of/choice
$ git clone --no-checkout https://github.com/joar/dotfiles.git
$ cd dotfiles
$ mkdir .git/info
$ echo '*' > .git/info/exclude
$ git config core.worktree "$HOME"
$ git checkout master # --force if you know what you’re doing.

About


Languages

Language:Shell 27.5%Language:TeX 22.1%Language:Emacs Lisp 18.1%Language:Lua 17.4%Language:Vim Script 15.0%