From 5db8356a6ea3a71583da92a27d59c8aa5dceccee Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 6 Dec 2017 23:02:41 +0100 Subject: back to firefox, yay --- setup.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'setup.sh') 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 -- cgit v1.2.3