🔥 reduce clutter

This commit is contained in:
dannydannydanny 2022-03-14 11:17:57 +01:00 committed by GitHub
parent 6e4b80d19f
commit 7f811745e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,17 +12,12 @@
| [`vim`](https://github.com/gokcehan/lf) | ✅ | ✅ | CLI text editor |
| [`mutt`](http://www.mutt.org/) | ✅ | ✅ | CLI email client |
🔖 Further reading:
* [Unix as IDE](https://blog.sanctum.geek.nz/series/unix-as-ide/)
### 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)
* [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`.
* bash: `alias doco="docker-compose"`
* use vim bindings: `bindkey -v`
* Linux
* [Unix as IDE](https://blog.sanctum.geek.nz/series/unix-as-ide/)
* File explorer [ranger](https://www.digitalocean.com/community/tutorials/installing-and-using-ranger-a-terminal-file-manager-on-a-ubuntu-vps)
* See issue #5 : [#5](https://github.com/DannyDannyDanny/methodology/issues/5)