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
|
|
|
|
```
|
2020-05-26 21:49:09 +03:00
|
|
|
|
|
|
|
Most of the config files are tailored to FreeBSD, so keep that in mind.
|