Introduction

This is my personal documentation website

Honestly, not sure you are going to get alot out of this website if you aren't me. It's mainly to document the repetitive commands I end up running every project.

Structure

  1. Git stuff
  2. Nvim
  3. Project Docs
  4. Language Snippets
# The bare minium I need to write code
brew install neovim
mkdir -p ~/.config
cd ~/.config
# git config, generate ssh key, add ssh key to agent, add to github
git clone my_config.git
brew install ripgrep  # telescope
brew install fd  # telescope
brew install node  # language server protocol syntax highlighting
brew tap homebrew/cask-fonts  # typeface supoprt
brew install --cask font-hack-nerd-font  # a good typefacem
nvim
code