Skip to content

stefanhorning/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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