Dotfiles/README.md

14 lines
279 B
Markdown
Raw Normal View History

2019-11-05 21:11:48 +02:00
# sakhmatd's dotfiles
This is my personal collection of dotfiles.
Use `GNU stow` to install individual dotfiles as modules.
For example, if you cloned this repo to `~.dotfiles` and you wished
2019-11-05 21:41:29 +02:00
to install my vim config without the plugins, use:
2019-11-05 21:11:48 +02:00
```
cd ~/.dotfiles
stow vim
```