stefanhorning / .dotfiles

My config files aka dotfiles

Home Page:http://askubuntu.com/questions/94780/what-are-dot-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

My config files I frequently use. Tucked into a git repo to have them available from everywhere.

Usage

  • Clone with git clone git@github.com:stefanhorning/.dotfiles.git (ideally into your home dir)
  • Create symlinks like ln -s .dotfiles/vimrc .vimrc. You might to remove existing configs first

Notes for vim configs

For vim create symlinks from .vimrc and .vim like this:

ln -s .dotfiles/vimrc .vimrc
ln -s .dotfiles/vim .vim

For neovim link from other places:

ln -s ~/.dotfiles/vimrc ~/.config/nvim/init.vim
ln -s ~/.dotfiles/vim ~/.local/share/nvim/site

Bashrc / Gitrc

ln -s .dotfiles/gitconfig .gitconfing
ln -s .dotfiles/bashrc .bashrc

About

My config files aka dotfiles

http://askubuntu.com/questions/94780/what-are-dot-files


Languages

Language:Vim Script 94.8%Language:Shell 5.2%