Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ostanislaw/452484846749bfbb7706f2b2b1b71e49 to your computer and use it in GitHub Desktop.
Save ostanislaw/452484846749bfbb7706f2b2b1b71e49 to your computer and use it in GitHub Desktop.

Awesome lists

dotfiles

https://github.com/webpro/awesome-dotfiles

Recommended tools

tldr

https://tldr.sh/

ncdu

https://dev.yorhel.nl/ncdu

batcat

https://github.com/sharkdp/bat

bpytop

https://github.com/aristocratos/bpytop

fdfind

https://github.com/sharkdp/fd

VSCode IDE

25 VS Code Productivity Tips and Speed Hacks (some basics, but most good tips, except I'm highly against git add/push/commit via IDE -> git 'add --update --patch' CLI is much better)

https://www.youtube.com/watch?v=ifTF3ags0XI

VSCode quite lengthy video (I would recommend to skip parts of it which you are not interested)

https://www.youtube.com/watch?v=WPqXP_kLzpo

Fish shell

https://github.com/fish-shell/fish-shell

plugin manager

https://github.com/jorgebucaran/fisher

prompt

https://github.com/IlanCosman/tide

(advanced) remove single item from prompt

set -e tide_right_prompt_items[(contains -i kubectl $tide_right_prompt_items)]

plugins

https://github.com/franciscolourenco/done https://github.com/jethrokuan/z

Others

Regex

Test/debug regex online

https://regexr.com/

Examples of regexes, well described:

https://docs.microsoft.com/en-us/visualstudio/ide/using-regular-expressions-in-visual-studio?view=vs-2022

Exceptional guide about advanced regexp and easy to understand:

https://developpaper.com/tips-for-regular-expressions-in-vs-code/

To be tried

ghq

https://github.com/x-motemen/ghq

peco

https://github.com/peco/peco

exa

https://github.com/ogham/exa

fish alias for exa

https://github.com/craftzdog/dotfiles-public/blob/master/.config/fish/config-linux.fish

virtualfish

https://github.com/justinmayer/virtualfish

fzf

https://github.com/jethrokuan/fzf

awsm.fish

https://github.com/jorgebucaran/awsm.fish

rust awesome

https://github.com/rust-unofficial/awesome-rust

rust awesome 2

https://github.com/TaKO8Ki/awesome-alternatives-in-rust

unrarall for extracting multi level archives (PS4 fake pkgs for example)

https://github.com/arfoll/unrarall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment