diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..8711e87 --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +* newDotFiles + + This is where i keep my dotfiles and scripts. + +** Dotfile management + + I use [[https://www.gnu.org/software/stow/][GNU Stow]] for dot file management. This splits the dotfiles into multiple modules, + for example can zsh be installed without installing dwm. + + To install a package or module one can run. + + : stow emacs + |