Skip to content

Mischback/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

Clone this repository:
$ git clone [URL]

Fetch submodules
$ git submodule update --init

Link the dotfiles
$ cd
$ ln -s [/path/to/this/repo]/git/gitconfig .gitconfig
$ ln -s [/path/to/this/repo]/vim/vimfiles .vim
$ ln -s [/path/to/this/repo]/vim/vimrc .vimrc
$ ln -s [/path/to/this/repo]/shells/zshrc .zshrc
$ ln -s [/path/to/this/repo]/shells/zshrc.local .zshrc.local
$ mkdir .ssh
$ ln -s [/path/to/this/repo]/ssh/config .ssh/config

Make VIM work
open vim and issue :PluginInstall