From fdd8384d72b90443c81bc026b19c86521605c990 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 24 Sep 2013 16:36:47 +0330 Subject: [PATCH 1/2] Some changes to install script to match dev env --- TODO.org | 3 +++ install.sh | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/TODO.org b/TODO.org index d838d5a..cb48dd3 100644 --- a/TODO.org +++ b/TODO.org @@ -6,3 +6,6 @@ * New Plugings ** TODO Add hs-minor-mode to the plugin mojor mode load hook ** TODO add the custom snippets path to yasnippet load path + +* Release +** TODO remove '-dev' suffix from executable filename diff --git a/install.sh b/install.sh index da31b17..27c9c07 100755 --- a/install.sh +++ b/install.sh @@ -80,7 +80,7 @@ while [ "$condition" == "1" ] ; do dotemacs=~/.kuso_dev repo=~/.kuso.d_dev condition="0" - executable=kuso-dev + executable=kuso fi if [ "$standalone" == "n" ] @@ -88,8 +88,7 @@ while [ "$condition" == "1" ] ; do dotemacs=~/.emacs repo=~/.emacs.d condition="0" - - executable=emacs-dev + executable=kuso fi done @@ -127,7 +126,7 @@ fi if [ "$standalone" == "" -o "$standalone" == "y" ] then info "Creating a link in globe PATH . . ." - sudo ln -s $repo/$executable /usr/bin/$executable + sudo ln -s $repo/$executable /usr/bin/$executable-dev chmod +x $repo/$executable fi @@ -147,4 +146,4 @@ sed "s,--REPO--,$repo,mg" -i $dotemacs # `which emacs` --batch -l $dotemacs #fi -echo -e "\nNow run `kuso` and have fun ;)" +echo -e "\nNow run 'kuso' and have fun ;)" From 85aa0784fa26cc7c8458cd0720fd01bc7dfd39d0 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 25 Sep 2013 16:52:32 +0330 Subject: [PATCH 2/2] new dependencies added to readme file (kuso-ruby) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c1c9c26..a8d9cad 100755 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ Python dependencies (kuso-python plugin) * jedi * epc +Ruby dependencies (kuso-ruby plugin) +------------------------------------ + * rb-readline + * Rake + * Bundle + HTML dependencies ================= * tidy