this document holds tools that I find helpful. Used kind of like an archive
Note: When installing zsh plugins, make sure to use the path $ZSH_CUSTOM/plugins
Name | Description | Link |
---|---|---|
git-open |
git alias for open repo in web browser | link |
lazygit |
tui for git | link |
bat |
replacement for cat that offers syntax highlighting |
link |
fzf |
good fuzzy finder (make sure to install keybindings $(brew --prefix)/opt/fzf/install ) |
link |
tldr |
simplified man pages (better to install through brew than npm) | link |
notes |
simple cli note taking | link |
up |
interactive pipes | link |
ag |
my favorite ack like tool | brew install ag |
git-delta |
git diff syntax highlighting | link |
Name | Description | Link |
---|---|---|
Robo 3T | gui for mongodb server | link |
Typora | elegant markdown editor | link |
Etcher | best cross platform os flashing tool | link |
VS code specific extensions I use
Name | Description |
---|---|
Path Intellisense |
autocompletes filenames |
Dracula Official |
the theme I like and use |
Useful React Snippets |
some helpful react snippets |