v6.0
- bashrc configuration
- git configuration
- vim configuration (neovim + vim) (TODO)
- node install + npm globals (via nvm) (TODO?)
- homebrew + cask setup (TODO?)
git clone <remote-info> ./.dotfiles
git --git-dir ~/.dotfiles/.git --work-tree=$HOME config --local status.showUntrackedFiles no
git --git-dir ~/.dotfiles/.git --work-tree=$HOME reset --hard
- Install plugins:
- run
vim +PlugInstall
(ornvim +PlugInstall
). - Vim plugins are managed with vim-plug.