Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.7 KB

README.md

File metadata and controls

65 lines (51 loc) · 1.7 KB

Setup

These are notes for setting up a new computer.

Browsers

Install

GitHub

System Setup

Homebrew

  • Install homebrew (https://brew.sh/)
  • brew install git
  • brew install git-flow-avh
  • brew install caddy
  • brew install graphicsmagick
  • brew cask install rectangle
  • brew install tokei

Node

Python

  • brew install pyenv
  • pyenv install 3.8.1
  • pyenv global 3.8.1
  • enable pyenv in .zshrc
if command -v pyenv 1>/dev/null 2>&1; then
  eval "$(pyenv init -)"
fi
  • pip install -U pip
  • python3 -m pip install --user --upgrade pynvim

NeoVIM

  • brew install neovim
  • set up aliases in .zshrc
alias  vi=nvim
alias vim=nvim
export EDITOR=nvim
  • copy dot.config-nvim-init.vim to ~/.config/nvim/init.vim
  • unzip dot.vim.tar to ~/.vim
  • copy dot.vim-vimrc to ~/.vim/vimrc
  • vi
  • :checkhealth