14 lines
279 B
Markdown
14 lines
279 B
Markdown
|
# 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
|
||
|
to install my vim config without the modules, use:
|
||
|
|
||
|
```
|
||
|
cd ~/.dotfiles
|
||
|
stow vim
|
||
|
```
|