dotfiles/README.md

10 lines
141 B
Markdown
Raw Normal View History

2025-03-13 19:34:09 +00:00
# dotfiles
2025-03-13 20:47:56 +01:00
## Vim
```bash
ln -sv ${PWD}/vimrc ~/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```