Symlink not copy
This commit is contained in:
parent
ffecf83514
commit
7b0cee4c73
1 changed files with 3 additions and 2 deletions
5
Makefile
5
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/*
|
||||
|
|
Loading…
Reference in a new issue