From a8feaa324fa1a40ce0bcdf0bffe792d7a7f6409f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 31 May 2016 18:10:00 +0200 Subject: install: cleaning up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- install.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/install.sh b/install.sh index 313f722..068f869 100755 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ chmod +x $HOME/.rake_completion # Some random scripts cp -r bin $HOME/bin -rm -r $HOME/bin/test +rm -rf $HOME/bin/test # i3 and X stuff. An incomplete list of openSUSE packages that I need in order # to have a good i3 environment is: i3 xlockmore dunst i3status nitrogen scrot @@ -75,13 +75,6 @@ cd g cp g.sh $HOME/.g.sh cp gcompletion.sh $HOME/.gcompletion.sh -# Install my own custom scripts. -cd /tmp -rm -rf scripts -git clone https://github.com/mssola/scripts -cd scripts -./install.sh - # Download and install the review utility cat <