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> ./.dotfilesgit --git-dir ~/.dotfiles/.git --work-tree=$HOME config --local status.showUntrackedFiles nogit --git-dir ~/.dotfiles/.git --work-tree=$HOME reset --hard
- Install plugins:
- run
vim +PlugInstall(ornvim +PlugInstall). - Vim plugins are managed with vim-plug.