16 lines
352 B
Markdown
16 lines
352 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 plugins, use:
|
|
|
|
```
|
|
cd ~/.dotfiles
|
|
stow vim
|
|
```
|
|
|
|
Most of the config files are tailored to FreeBSD, so keep that in mind.
|