summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-04-03 21:37:04 +0200
committerAhmed Abdelhalim <[email protected]>2023-04-03 21:37:04 +0200
commit9a0409a2336e3c2c5d27e23e6aafef71715923e4 (patch)
tree7f9e7fff6dcb08b04daca7022ccad893be14e9a7
parent49f222e12d8bd72f3a333fab4185dbaa5fdc837f (diff)
Add vim installation to general setup
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index fcd5ea4..6fa2015 100644
--- a/README.md
+++ b/README.md
@@ -193,6 +193,13 @@ git-crypt unlock
git clone [email protected]:a14m/.pass ~/.password-store
```
+- [vim](https://git.sr.ht/~a14m/.vim)
+```bash
+git clone [email protected]:~a14m/.vim ~/.vim
+ln -sf ~/.vim/.vimrc ~/.vimrc
+vim +PlugInstall
+```
+
- [cht.st](https://github.com/chubin/cheat.sh)
```bash
curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh