]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
Note that install.sh commands are *nix specific
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 8 Jun 2015 20:48:09 +0000 (14:48 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 8 Jun 2015 20:48:09 +0000 (14:48 -0600)
install.sh

index db30579ee6bfd931c834930c2b13e1e2519d0744..d2331cd7f370d59a8e4bf38a39a30db721bbdaf3 100755 (executable)
@@ -23,6 +23,9 @@ 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...