diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
commit | 2dc9d4299442280e9e2b386de66507edc3d7b681 (patch) | |
tree | e8c5f89fc508bad1e61f152b774103a574396c56 /.zathura | |
parent | f6b127215458a80424453d931e1d41a516f528bd (diff) |
Simplify install script
Diffstat (limited to '.zathura')
-rw-r--r-- | .zathura/Makefile | 10 | ||||
-rw-r--r-- | .zathura/zathurarc | 2 |
2 files changed, 0 insertions, 12 deletions
diff --git a/.zathura/Makefile b/.zathura/Makefile deleted file mode 100644 index c88ecfc..0000000 --- a/.zathura/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -HOME=/home/urbain -TARGET=$(HOME)/.config/zathura/zathurarc - -all : $(TARGET) - -$(HOME)/.config/zathura/zathurarc : - ln -sf $(PWD)/zathurarc $@ - -clean : - rm -f $(TARGET) diff --git a/.zathura/zathurarc b/.zathura/zathurarc deleted file mode 100644 index 543633d..0000000 --- a/.zathura/zathurarc +++ /dev/null @@ -1,2 +0,0 @@ -map <C-e> scroll down -map <C-y> scroll up |