truncate history

This commit is contained in:
2020-06-11 21:16:05 +02:00
commit e974a4b480
29 changed files with 3544 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Dotfiles
For managing the configs GNU Stow is used. Every directory represents a
configuration path relative to $HOME.
To install a single configuration(e.g. zsh; stow needs to be installed) just do
```
$ cd Dotfiles
$ stow zsh
...
```
For further reading see `man stow`.