X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=install.sh;h=ee4265a170946804569b639aecaf65beb4485530;hb=17137d620002d5e9687f8fc8faec46c861732431;hp=252e37cfb39461a80be201eb5cc506ffba2aa694;hpb=f1b07329ef904a360353a68b692d11b1fe78a148;p=smckown%2Fdotfiles.git diff --git a/install.sh b/install.sh index 252e37c..ee4265a 100755 --- a/install.sh +++ b/install.sh @@ -23,5 +23,17 @@ dolink() cd ~ +# Below are *NIX specific installation commands. This script could be extended +# to run different commands depending upon the host OS. + dolink .dotfiles/vim .vim -dolink .dotfiles/vimrc .vimrc +# 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/bashrc .bashrc +dolink .dotfiles/eagle .eagle +dolink .dotfiles/Xdefaults .Xdefaults +dolink .dotfiles/Xresources .Xresources +dolink .dotfiles/xbindkeysrc.scm .xbindkeysrc.scm +dolink .dotfiles/dwmrc .dwmrc