summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh17
1 files changed, 10 insertions, 7 deletions
diff --git a/setup.sh b/setup.sh
index 4c0b9c3..9336701 100755
--- a/setup.sh
+++ b/setup.sh
@@ -7,14 +7,14 @@ symlink ()
done
}
-DIRS=(.config \
- .newsboat \
- .moc \
- .vim \
- .mutt/tmp
+DIRS=(.config \
+ .newsboat \
+ .moc \
+ .mozilla/firefox \
+ .vim \
+ .mutt/tmp \
)
-DIRS_Linux=(.mozilla \
- .ncftp \
+DIRS_Linux=(.ncftp \
.urxvt
)
@@ -28,6 +28,9 @@ if [[ $(uname) == "Linux" ]]; then
mkdir -p $HOME/$i
done
fi
+if [[ $(uname) == "Darwin" ]]; then
+ ln -s "$HOME/.mozilla/firefox" "$HOME/.mozilla/ $HOME/Library/Application Support/Firefox"
+fi
symlink
cd by_os/$(uname); symlink