added iterm2 profile + vim incl. instructions how to create symlink

This commit is contained in:
Amar Saljic
2025-07-04 23:27:36 +02:00
parent 1feb563d94
commit c43836e6e3
4 changed files with 690 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Installing useful tools
## Vim
Create symlink
```bash
ln -s path/to/repository ~/.vim/vimrc
```