summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2019-02-02 17:23:53 +0100
committerjulian T <julian@jtle.dk>2019-02-02 17:23:53 +0100
commit489aeecfdd9d8938669e25961f43df287c4e9bcd (patch)
treeb2560dde94fb1b9a5e851ab82e0d609fdd9304a2 /README.org
parentadc0806cdda2673910483a4266265eb9103da1c8 (diff)
Moved to stow
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
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
+