Add Spotify to Install List
This commit is contained in:
@@ -119,6 +119,16 @@ function install_fantastical() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function install_spotify() {
|
||||||
|
if [[ $(find /Applications -name "Spotify.app" | grep .) ]]
|
||||||
|
then
|
||||||
|
echo "Spotify already installed..."
|
||||||
|
else
|
||||||
|
echo "Installing Spotify..."
|
||||||
|
brew install --cask spotify
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
# MAIN #
|
# MAIN #
|
||||||
#############################
|
#############################
|
||||||
@@ -136,4 +146,5 @@ install_docker
|
|||||||
install_1password
|
install_1password
|
||||||
install_brave
|
install_brave
|
||||||
install_1password_cli
|
install_1password_cli
|
||||||
install_fantastical
|
install_fantastical
|
||||||
|
install_spotify
|
||||||
Reference in New Issue
Block a user