Skip to content

These are notes for setting up a new computer.

Notifications You must be signed in to change notification settings

ThirstyHead/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

These are notes for setting up a new computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published