nvim
- editor (brew install neovim
)tmux
- multiplexor (brew install tmux
)- build your own some day!
alacritty
- terminal emulatorzsh
- shell programgit
- version controlpostman
- api platform- switch to insomnia mayb
brew
- package manager (/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
)curl
- for web requests (brew install curl
)fzf
- fuzzy finding (brew install ripgrep
)fd
- fast file search (brew install fd
)rg
- fast file grepper (brew install ripgrep
)lazygit
- git interface- probably don't need this anymore
docker
- containerization environment (brew install docker
)colima
- container runtime (brew install colima
)- look for alternative, maybe using
launchd
- look for alternative, maybe using
c
(preinstalled most likely)rust
(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
)cargo-update
- managing cargo installs (cargo install cargo-update
)
go
(brew install go
)go-global-update
- managing go installs (go install github.com/Gelio/go-global-update@latest
)
python
(brew install python3
)pipx
- python global package manager (brew install pipx
)