20 lines
397 B
Markdown
20 lines
397 B
Markdown
# Dotfiles
|
|
|
|
## Compilation of my essential configs, managed with GNU stow
|
|
|
|
|
|
Every configuration file is categorized, inside a parent folder.
|
|
|
|
If you want to deploy them without using GNU stow, copy the configuration file with the corresponding folder hierarchy, in your home folder:
|
|
|
|
|
|
|
|
```shell
|
|
cd vim
|
|
cp .vimrc ~/.vimrc
|
|
cp -R .vim ~/.vim
|
|
```
|
|
|
|
|
|
**oekk** now you can finally enjoy yourself
|