Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 581 Bytes

File metadata and controls

19 lines (16 loc) · 581 Bytes

dotfiles

setup

  1. rm -rf .zsh* .vi* .git* .anyenv .config
  2. git clone git@github.com:katsukiwataru/dotfiles.git ~/workspace/dotfiles
  3. cd workspace/dotfiles
    1. git submodule foreach git pull
    2. git submodule update --init --recursive
    3. git submodule update --remote
  4. ./bin/init.sh
  5. vim -c 'PlugInstall|q'
  6. vim -c 'CocInstall|q'

use