2019-03-24 15:03:56 +01:00
|
|
|
# Dotfiles
|
|
|
|
|
2019-03-24 19:54:52 +01:00
|
|
|
## Compilation of my essential configs, managed with GNU stow
|
|
|
|
|
2019-03-24 20:18:14 +01:00
|
|
|
|
2019-03-24 19:58:34 +01:00
|
|
|
Every configuration file is categorized, inside a parent folder.
|
|
|
|
|
2019-03-24 20:18:14 +01:00
|
|
|
If you want to deploy them without using GNU stow, copy the configuration file with the corresponding folder hierarchy, in your home folder:
|
|
|
|
|
2019-03-24 19:54:52 +01:00
|
|
|
|
2019-03-24 20:18:14 +01:00
|
|
|
|
|
|
|
```shell
|
2019-03-24 19:58:34 +01:00
|
|
|
cd vim
|
2019-03-24 19:54:52 +01:00
|
|
|
cp .vimrc ~/.vimrc
|
|
|
|
cp -R .vim ~/.vim
|
2019-03-24 19:58:34 +01:00
|
|
|
```
|
2019-03-24 20:18:14 +01:00
|
|
|
|
2019-03-24 15:03:56 +01:00
|
|
|
|
|
|
|
**oekk** now you can finally enjoy yourself
|