Official documentation for terminal tools, shell configuration, and CLI utilities.
Shell & Environment
| Tool | Docs | Notes |
|---|---|---|
| zsh | zsh.sourceforge.net/Doc | Default shell |
| Oh My Zsh | ohmyz.sh | zsh framework |
| Powerlevel10k | github.com/romkatv/powerlevel10k | Prompt theme |
| Homebrew | docs.brew.sh | Package manager |
| iTerm2 | iterm2.com/documentation | Terminal emulator |
File & Navigation
| Tool | Docs | Notes |
|---|---|---|
| eza | eza.rocks | Modern ls replacement |
| bat | github.com/sharkdp/bat | cat with syntax highlighting |
| ranger | ranger.github.io | Terminal file manager |
| ncdu | dev.yorhel.nl/ncdu | Disk usage analyzer |
| fd | github.com/sharkdp/fd | Fast file finder |
| ripgrep | github.com/BurntSushi/ripgrep | Fast grep |
Git & Version Control
| Tool | Docs | Notes |
|---|---|---|
| Git | git-scm.com/doc | Version control |
| lazygit | github.com/jesseduffield/lazygit | Terminal Git UI |
| tig | jonas.github.io/tig/doc | Text-mode Git interface |
| gh | cli.github.com/manual | GitHub CLI |
System Monitoring
| Tool | Docs | Notes |
|---|---|---|
| btop | github.com/aristocratos/btop | Resource monitor |
| htop | htop.dev | Process viewer |
Other Utilities
| Tool | Docs | Notes |
|---|---|---|
| rsync | linux.die.net/man/1/rsync | File sync โ used for seedbox and Mac sync |
| tmux | github.com/tmux/tmux/wiki | Terminal multiplexer |
| tldr | tldr.sh | Simplified man pages |
| speedtest-cli | github.com/sivel/speedtest-cli | Network speed test |
| pbcopy/pbpaste | man page | Clipboard from terminal |