From 7b0cee4c73177712dc64557fcb7494e52794085e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 7 Nov 2016 21:13:58 +0000 Subject: [PATCH] Symlink not copy --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1eade80..537ea1f 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,10 @@ bash: yaourt mkdir -p ~/.nvm/ ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh -config: yaourt +config: mkdir -p ~/.config/terminator - cp $(DOTFILES)/config/terminator.conf ~/.config/terminator/config + ln -sfP $(DOTFILES)/config/terminator.conf ~/.config/terminator/config + sudo ln -sfP $(DOTFILES)/config/libinput-gestures.conf /etc/libinput-gestures.conf gnome: yaourt rm -rf ~/Templates/*