Add Parsec to install script.
This commit is contained in:
parent
e14a865460
commit
49e2209133
3 changed files with 11 additions and 7 deletions
6
full.zsh
6
full.zsh
|
@ -110,4 +110,8 @@ brew install --cask cyberduck
|
||||||
# More common settings...
|
# More common settings...
|
||||||
echo "[DSMOSS] Run the more common settings script..."
|
echo "[DSMOSS] Run the more common settings script..."
|
||||||
chmod +x "more-common-settings.sh"
|
chmod +x "more-common-settings.sh"
|
||||||
./more-common-settings.sh
|
./more-common-settings.sh
|
||||||
|
|
||||||
|
# Install Parsec
|
||||||
|
echo "[DSMOSS] Install Parsec..."
|
||||||
|
brew install --cask parsec
|
6
lite.zsh
6
lite.zsh
|
@ -108,4 +108,8 @@ brew install --cask cyberduck
|
||||||
|
|
||||||
echo "[DSMOSS] Run the more common settings script..."
|
echo "[DSMOSS] Run the more common settings script..."
|
||||||
chmod +x "more-common-settings.sh"
|
chmod +x "more-common-settings.sh"
|
||||||
./more-common-settings.sh
|
./more-common-settings.sh
|
||||||
|
|
||||||
|
# Install Parsec
|
||||||
|
echo "[DSMOSS] Install Parsec..."
|
||||||
|
brew install --cask parsec
|
|
@ -110,8 +110,4 @@ echo "[DSMOSS] Add NextDNS..."
|
||||||
open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig"
|
open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig"
|
||||||
echo Enable NextDNS then press ENTER.
|
echo Enable NextDNS then press ENTER.
|
||||||
read
|
read
|
||||||
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
|
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
|
||||||
|
|
||||||
# Install Parsec
|
|
||||||
echo "[DSMOSS] Install Parsec..."
|
|
||||||
brew install --cask parsec
|
|
Loading…
Reference in a new issue