methodology/setup-dev-machine.md

1.4 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

Other notes

  • .vimrc
  • .zshrc
    • During zsh setup, a .zhrc file 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
  • Linux