Skip to content

mtvillwock/Tooling-Setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

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)

About

What I use and how I style it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%