From: R. Steve McKown Date: Mon, 8 Jun 2015 20:48:09 +0000 (-0600) Subject: Note that install.sh commands are *nix specific X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;h=0c109621eae02cba018d740120b1f3800dd0fa21;hp=cd6c9d311b8e28588c5fa9bd33a9bacf73267dd5;p=smckown%2Fdotfiles.git Note that install.sh commands are *nix specific --- diff --git a/install.sh b/install.sh index db30579..d2331cd 100755 --- a/install.sh +++ b/install.sh @@ -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...