From 6aa4ac66b40681520dc74e2d10925e7f1a981074 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 13 Apr 2015 14:15:18 -0700 Subject: [PATCH] Remove unused scripts from installer --- install | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install b/install index 57d4f1b..18a2087 100755 --- a/install +++ b/install @@ -144,19 +144,10 @@ mkfolder ~/bin # Install scripts lnfile scripts/beep ~/bin/ -lnfile scripts/deploy ~/bin/ -lnfile scripts/mlog ~/bin/ lnfile scripts/stardate ~/bin/ lnfile scripts/settitle ~/bin/ lnfile scripts/smartwd ~/bin/ -# Don't bother installing the note script on a Mac, it doesn't work that well -if [[ "$(uname)" != *"Darwin"* ]] -then - lnfile scripts/note ~/bin/ - lnfile scripts/note ~/bin/n -fi - ####################################################################### # Install git configuration #######################################################################