billy1kaplan / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfile configs

Simple setup assuming that the dotfiles folder is placed under $HOME

for DOTFILE in ~/.dotfiles/src/**/.*
do
  [ -f "$DOTFILE" ] && source "$DOTFILE"
done

About


Languages

Language:Emacs Lisp 67.2%Language:Vim Script 30.6%Language:Shell 2.2%