Terminal and Command Line tools Kloians use
- Kitty
- performance
- low latency
- cross-platform
- easy configuration
- ITerm2
- macOS native feeling
- practically zero configuration
- Windows Terminal
- Windows native feeling
- neat integration with WSL2 (running vms in windows)
- WezTerm
- performance
- cross-platform
- high level of customization (lua)
Nerd Fonts allow you to do this:
---> kloia
(which you probably can't see without the font, or on GitHub)
Easily installed with:
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font
- fish
- built in Auto-Complete
- low configuration needed
- not bash compatible!
- seems like a con, but you can always
bash -c
- seems like a con, but you can always
- zsh
- macOS default
- large ecosystem
- auto-complete via zsh-autocomplete
- bash
- good ol' bash
- universal
- starship.rs
- gives you quick feedback on your environment
- Modern Unix
- classic unix tools rewritten for modern systems
- fzf
- fuzzy finder for piping stuff
- cat -> bat
- content aware cat
- ls -> exa
- colors, icons,
.gitignore
support - kinda hard to type, I alias it to "ll"
- colors, icons,
- find -> fd
- ...and more
- slides
- simple markdown slideshows on terminal
For backing up dotfiles and reproducing development environments: