Skip to content

Commit db625e5

Browse files
author
Edvin Dunaway
committed
minor tweaks
1 parent 3a56431 commit db625e5

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

dots/stowit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ base=(
1515
# folders that should, or only need to be installed for a local user
1616
useronly=(
1717
git
18+
bin
1819
)
1920

2021
# run the stow command for the passed in directory ($2) in location $1

ext/gnome-ext.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ git clone https://github.com/home-sweet-gnome/dash-to-panel.git
99
cd ./dash-to-panel || echo "Can't change directory"; exit 1
1010
make install
1111
cd - || echo "Can't change directory"; exit 1
12-
rm -Rf dash-to-panel
1312
)
1413

1514
printf -- '%s\n' "Installing gTile"

ext/themes-ext.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ git clone https://github.com/vinceliuice/Qogir-theme.git
1010
# Also install globally for GDM for a good measure
1111
sudo ./install.sh -g
1212
cd - || echo "Can't change directory"; exit 1
13-
rm -Rf Qogir-theme
1413
)

0 commit comments

Comments
 (0)