slitsche/dotfiles
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation:
git clone git://github.com/slitsche/dotfiles.git ~/dotfiles
Create symlinks and configure git:
ln -s ~/work/oss/dotfiles/vimrc ~/.vimrc
ln -s ~/work/oss/dotfiles/vim ~/.vim
ln -s ~/work/oss/dotfiles/gvimrc ~/.gvimrc
ln -s ~/work/oss/dotfiles/gpg.conf ~/.gnupg/gpg.conf
git config --global core.excludesFile ~/work/oss/dotfiles/gitignore_global
Emacs
ln -s ~/work/oss/dotfiles/emacs.d/*.el ~/.emacs.d/
ln -s ~/work/oss/dotfiles/ctags ~/.ctags
Ensure the global `.gitconfig` and the reference include files are restored in order to ensure the correct setting of user name and email.