summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2021-07-08 14:01:27 +0000
committer0scar <qgt268@alumni.ku.dk>2021-07-08 14:01:27 +0000
commitc5885dbd0426d034cf0d4718ece29556d12698a7 (patch)
treef2de68c1c2da1f7f1d35a44f370501a0e19724a3
parenta89edb72ee1f7168e602d4968f4ca9dd4a9a58c8 (diff)
Update readme
Add installation instructions
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41ae8ff..ca52d07 100644
--- a/README.md
+++ b/README.md
@@ -10,5 +10,21 @@ dirs.
* `vim` for text editing with
[jellybeans](https://github.com/nanotech/jellybeans.vim) colorscheme
* `dunst` for notifications
-* `i3` or `dwm` depending on the machine I am using
+* `dwm` for tiling window managing
* `zathura` for document viewing
+
+## Installation
+
+1. clone my (or anyone elses, or the original and configure it your own) dwm
+ and dwmblocks configs and `sudo make clean install`.
+2. Copy `etc/systemd/system/autolock@.service` to `/etc/systemd/system/`-folder and
+ enable it with `systemctl enable autolock@<your username>.service`.
+3. Copy everything else to your home folder.
+
+```bash
+cp etc/systemd/system/autolock@.service /etc/systemd/system/
+systemctl enable autolock@$(whoami).service
+cp -r .zprofile .xinitrc ~
+[ -d ~/.local/bin ] && cp -r .local/bin/* ~/.local/bin || cp -r .local ~
+[ -d ~/.config ] && cp -r config/* ~/.config || cp -r .config ~
+```