From 6e4b80d19f329513499f8724dc3e585e980ef052 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 14 Mar 2022 11:12:40 +0100 Subject: [PATCH] :memo: add tool table to dev machine page --- setup-dev-machine.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/setup-dev-machine.md b/setup-dev-machine.md index 3262faa..8027e7f 100644 --- a/setup-dev-machine.md +++ b/setup-dev-machine.md @@ -1,6 +1,22 @@ +# Dev Machine + +๐Ÿšง I'm currently in the process of [switching to Linux](https://github.com/DannyDannyDanny/methodology/issues/5). + +๐Ÿงค 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`](https://www.zsh.org/) + [omz](https://github.com/ohmyzsh/ohmyzsh) | โœ… | โœ… | Preferred Shell + Configurator | +| [`lf`](https://github.com/gokcehan/lf) | โœ… | โœ… | CLI file browser | +| [`vim`](https://github.com/gokcehan/lf) | โœ… | โœ… | CLI text editor | +| [`mutt`](http://www.mutt.org/) | โœ… | โœ… | CLI email client | + +### Other notes + * `.vimrc` * [Python x Vim](https://realpython.com/vim-and-python-a-match-made-in-heaven/) - * [Vundle](https://github.com/VundleVim/Vundle.vim#quick-start) + * [Vundle](https://github.com/VundleVim/Vundle.vim#quick-start) * [Vim bindings](https://stackoverflow.com/a/5400978/5684214) * `.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`.