Developer Tools¶
Here I will share some interesting CLI tools and VSC plugins to enhance coding efficiency :)
- iTerm2: my favourite terminal simulator on MacOS.
- OhMyZsh: a delightful, open source, community-driven framework for managing your Zsh configuration.
- also, OnMyBash on windows/linux
- yazi: my favourite file management system.
- I alias it to
ff
in~/.zshrc
for coherency
- I alias it to
- LazyGit: git helper in TUI.
- Lazynvim: make it easy to customize and extend your config.
- but I prefer to use my own
~/.vimrc
- but I prefer to use my own
- thefuck: correct errors in previous console commands automatically.
- bit: help you navigate the plethora of options git provides you
- bat: supports syntax highlighting for file compared with
cat
. - duf: see disk usage.
- zoxide: a smarter cd command.
- lsd: added features like colors, icons, tree-view, more formatting options compared with
ls
. - btm: another cross-platform graphical process/system monitor.
- glances: an eye on your system (MacOS / Linux / Windows).
- glow: render markdown on the CLI.
- tmux-powerline: a hackable status bar consisting of dynamic & beautiful looking powerline segments.