- Mamba: https://github.com/conda-forge/miniforge#mambaforge and https://github.com/mamba-org/mamba (Much faster than conda, always use mamba)
- py-spy: https://github.com/benfred/py-spy
- line_profiler: https://github.com/pyutils/line_profiler
- PyTorch profiler: https://pytorch.org/tutorials/recipes/recipes/profiler_recipe.html
- fzf: https://github.com/junegunn/fzf
git clone --depth 1 <https://github.com/junegunn/fzf.git> ~/.fzf; ~/.fzf/install
- ripgrep: https://github.com/BurntSushi/ripgrep (
conda install -c conda-forge ripgrep
) - pre-commit-hooks: https://github.com/pre-commit/pre-commit-hooks
- pre-commit: https://github.com/pre-commit/pre-commit