/dotfiles

Primary LanguageShell

dotfiles

Windows Setup

  1. Install Gpg4win

    choco install gpg4win

Setup

  1. Setup $HOME directory with dotfiles

    git clone --separate-git-dir=$HOME/.dotfiles git@github.com:reset/dotfiles.git tmpdotfiles
    dot config --local status.showUntrackedFiles no
    rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/
    rm -r tmpdotfiles
    bin/setup.sh
  2. Run install

    bin/setup.sh
  3. Run update

    bin/update.sh

VIM Setup

  • Open vim and run :PlugInstall

Resources