diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-31 18:10:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-31 18:10:00 +0200 |
| commit | a8feaa324fa1a40ce0bcdf0bffe792d7a7f6409f (patch) | |
| tree | 54f0df07256275417b40e8f4135240f091355ce5 | |
| parent | 01c0ad72c5aaca2d1ba6cfea0daae8b2bbb615f5 (diff) | |
| download | dotfiles-a8feaa324fa1a40ce0bcdf0bffe792d7a7f6409f.tar.gz dotfiles-a8feaa324fa1a40ce0bcdf0bffe792d7a7f6409f.zip | |
install: cleaning up
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rwxr-xr-x | install.sh | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 <<HERE |
