Use dfn to install all dotfiles in homedirectory.
Expecte the sources are in c:sources. A NTFS link is used to bring the vim files to the user directory. This has be done with adminstrator rights. Open command line with Start->Run command enter cmd and press CTRL+SHIFT+Enter.
cd c:\\Users\\<USER>
mklink .vimrc c:\\sources\\dotfiles\\.vimrc
mklink /D vimfiles c:\\sources\\dotfiles\\.vimTo update the font cache use:
fc-cache -vf- Inconsolata-dz for Powerline from https://github.com/Lokaltog/powerline-fonts/tree/master/InconsolataDz
To install the submodules configured in .gitsubmodules just execute the following commands after cloning this repo.
git submodule init
git submodule udpateTBD
TBD
if [ -d ~/dotfiles/base16-shell/ ]; then
BASE16_SHELL="$HOME/dotfiles/base16-shell/base16-bright.dark.sh"
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL
fi