diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-03 21:37:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-03 21:37:04 +0200 |
| commit | 9a0409a2336e3c2c5d27e23e6aafef71715923e4 (patch) | |
| tree | 7f9e7fff6dcb08b04daca7022ccad893be14e9a7 /README.md | |
| parent | 49f222e12d8bd72f3a333fab4185dbaa5fdc837f (diff) | |
Add vim installation to general setup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
