]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - install.sh
vim: add vim-mkbuild
[smckown/dotfiles.git] / install.sh
index db30579ee6bfd931c834930c2b13e1e2519d0744..1388b458f1b14dca6c5ae23ab52cc06da6e80167 100755 (executable)
@@ -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