From: R. Steve McKown Date: Fri, 24 Jul 2015 19:45:51 +0000 (-0600) Subject: install.sh: remove unnecessary ~'s X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=a958987cb7410e6a2bbb9e09d335c8f6fadcea76 install.sh: remove unnecessary ~'s --- diff --git a/install.sh b/install.sh index 1388b45..ee4265a 100755 --- a/install.sh +++ b/install.sh @@ -28,9 +28,9 @@ cd ~ dolink .dotfiles/vim .vim # ranger rewrites its bookmarks file and undoes the symlink on each run... -#dolink ~/.dotfiles/ranger/bookmarks .config/ranger/bookmarks -dolink ~/.dotfiles/ranger/rc.conf .config/ranger/rc.conf -dolink ~/.dotfiles/ranger/rifle.conf .config/ranger/rifle.conf +#dolink .dotfiles/ranger/bookmarks .config/ranger/bookmarks +dolink .dotfiles/ranger/rc.conf .config/ranger/rc.conf +dolink .dotfiles/ranger/rifle.conf .config/ranger/rifle.conf dolink .dotfiles/bashrc .bashrc dolink .dotfiles/eagle .eagle dolink .dotfiles/Xdefaults .Xdefaults