dotfiles/setup/apps.sh
2012-10-22 15:11:46 +04:00

12 lines
314 B
Bash
Executable File

#!/bin/bash
source "$HOME/dotfiles/includes/installer.sh"
# Install Chrome
install_dmg_app "https://dl.google.com/chrome/mac/stable/GGRO" "googlechrome.dmg" "Google Chrome" "Google Chrome"
# Make it default browser (it will not run Chrome)
open -a "Google Chrome" --args --make-default-browser
install_cleanup