From 2cd03d15f8c8d8c29daef2efb4406825de8b0b12 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 31 May 2016 12:29:41 +0200 Subject: Added the `bin` directory and sorted out licensing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5593243..313f722 100755 --- a/install.sh +++ b/install.sh @@ -29,6 +29,10 @@ cp rvmrc $HOME/.rvmrc cp gnupg/gpg.conf $HOME/.gnupg/gpg.conf chmod +x $HOME/.rake_completion +# Some random scripts +cp -r bin $HOME/bin +rm -r $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 # breeze5-cursors konsole gpicview okular dmenu weechat the_silver_searcher. -- cgit v1.2.3