Note: the lite branch is specific to macOS High Sierra (and likely higher). See the bionic branch for Ubuntu 18.04 (not active).
cdto your home directory.git clone git@github.com:kwight/.dotfiles.gitcd .dotfilesgit submodule update --init --recursiveln -s ~/.dotfiles/vim ~/.vimln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.confln -s ~/.dotfiles/bash/bash_profile ~/.bash_profileln -s ~/.dotfiles/bash/editrc ~/.editrcln -s ~/.dotfiles/git/gitignore ~/.gitignoreln -s ~/.dotfiles/git/gitconfig ~/.gitconfigvi ~/.gitconfig.localand add user information (see: https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup)- install
eslintfor use withALE brew install fzfandbrew install ripgrepbrew install colordiffif working with Subversionmv ~/Library/Application\ Support/Code/User/settings.json ~/Desktop; ln -s ~/.dotfiles/vscode/User/settings.json ~/Library/Application\ Support/Code/User/settings.jsonif using VS Code