X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=install.sh;h=17af7814653d9ce5e637124106d408028ede3a11;hb=f71cfdedd1c8f247fdc0c869e7652a63f53b0c3d;hp=9e93e99987f2a7a0d6f7d87684bb173cef0ea348;hpb=98c228f10b1ee7eceb6c3f40bec986bc760106be;p=smckown%2Fdotfiles.git diff --git a/install.sh b/install.sh index 9e93e99..17af781 100755 --- a/install.sh +++ b/install.sh @@ -23,8 +23,21 @@ 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 -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 +# 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 +dolink .dotfiles/gitconfig .gitconfig +dolink .dotfiles/dput.cf .dput.cf +dolink .dotfiles/pbuilderrc .pbuilderrc +dolink .dotfiles/tmate.conf .tmate.conf