From 0c109621eae02cba018d740120b1f3800dd0fa21 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 8 Jun 2015 14:48:09 -0600 Subject: [PATCH] Note that install.sh commands are *nix specific --- install.sh | 3 +++ 1 file changed, 3 insertions(+) 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... -- 2.39.2