kale-stew / tools-i-use

⚒ On a mission to make reformatting my hard drive less painful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools I Use

I just had to reformat my MBP over the weekend and it's likely I'll have to do it again in the future. This repository is where I stash names of tools and software that I use on my own machine.

Applications

DevTools

Editor: Visual Studio Code

Terminal: iTerm

Shell: plain 'ol bash

Chrome Extensions

VsCode Extensions

extensions-list

Bash Profile

parse_git_branch() {
    git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}

export PS1="\u \[\033[0;36m\]\W\[\033[0;32m\]\$(parse_git_branch)\[\033[00m\] 🔥  "

About

⚒ On a mission to make reformatting my hard drive less painful