/Tooling-Setup

What I use and how I style it

Primary LanguageShell

Apps

Editor

VsCode

Themes:

I switch around, these are my current favorites:

VsCode Themed with Cobalt2

VsCode Themed with Subliminal

Todo:

  • Test Link VsCode Synk
  • Verify extensions included

Terminal Config

Current Font

FireCode

FiraCode Font

Git

Autocomplete

Download via Brew

brew install git bash-completion
# You'll then need to put the following in your ~/.bash_profile:

if [ -f `brew --prefix`/etc/bash_completion.d/git-completion.bash ]; then
  . `brew --prefix`/etc/bash_completion.d/git-completion.bash
fi

Instructions

Bash

Need to improve syncing but here it is for now:

bash_profile - general config

Todo:

  • Improve category linking
  • Abstract App list (only want to update each article, not article and glossary)