18 lines
292 B
Markdown
18 lines
292 B
Markdown
# My dotfiles
|
|
Welcome!
|
|
|
|
## Dependencies
|
|
All neccessary dependencies I could think of are listed in the *dependencies* file.
|
|
|
|
## Link configs
|
|
```sh
|
|
cd .dotfiles
|
|
stow i3 mc emacs vim
|
|
```
|
|
|
|
## Alternative with [dotter](https://github.com/SuperCuber/dotter):
|
|
``` sh
|
|
cd .dotfiles
|
|
dotter deploy
|
|
```
|