X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=install.sh;h=1388b458f1b14dca6c5ae23ab52cc06da6e80167;hb=943371d7bb6e11ee1be229005380d9e54cb76a43;hp=db30579ee6bfd931c834930c2b13e1e2519d0744;hpb=036cfd3a9c8f580b52be032951e92b05db51a9ef;p=smckown%2Fdotfiles.git diff --git a/install.sh b/install.sh index db30579..1388b45 100755 --- a/install.sh +++ b/install.sh @@ -23,8 +23,10 @@ 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 @@ -34,3 +36,4 @@ dolink .dotfiles/eagle .eagle dolink .dotfiles/Xdefaults .Xdefaults dolink .dotfiles/Xresources .Xresources dolink .dotfiles/xbindkeysrc.scm .xbindkeysrc.scm +dolink .dotfiles/dwmrc .dwmrc