1 KiB
1 KiB
Dev Machine
🚧 I'm currently in the process of switching to Linux.
🧤 Get comfortable with these tools on a system you are familiar with like MacOS or Windows (via Windows-Subsystem-Linux).
| Tool | Linux-Compatible | MacOS-compatible | Description |
|---|---|---|---|
zsh + omz |
✅ | ✅ | Preferred Shell + Configurator |
lf |
✅ | ✅ | CLI file browser |
vim |
✅ | ✅ | CLI text editor |
mutt |
✅ | ✅ | CLI email client |
🔖 Further reading:
Other notes
.zshrc- During zsh setup, a
.zhrcfile is generated and left in the root. The following .zshrc content should extend (rather than replace) your.zshrc. - bash:
alias doco="docker-compose" - use vim bindings:
bindkey -v
- During zsh setup, a