update code
This commit is contained in:
parent
c407ae4d8e
commit
827a76748b
2 changed files with 2 additions and 2 deletions
2
full.zsh
2
full.zsh
|
@ -57,7 +57,7 @@ killall Finder
|
||||||
|
|
||||||
# Sneed Settings
|
# Sneed Settings
|
||||||
echo "[DSMOSS] Set final settings..."
|
echo "[DSMOSS] Set final settings..."
|
||||||
open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig"
|
open "sneed-settings.mobileconfig"
|
||||||
|
|
||||||
# Setup Git
|
# Setup Git
|
||||||
echo "[DSMOSS] Setup Git..."
|
echo "[DSMOSS] Setup Git..."
|
||||||
|
|
2
lite.zsh
2
lite.zsh
|
@ -55,7 +55,7 @@ killall Finder
|
||||||
|
|
||||||
# Sneed Settings
|
# Sneed Settings
|
||||||
echo "[DSMOSS] Set final settings..."
|
echo "[DSMOSS] Set final settings..."
|
||||||
open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig"
|
open "sneed-settings.mobileconfig"
|
||||||
|
|
||||||
# Setup Git
|
# Setup Git
|
||||||
echo "[DSMOSS] Setup Git..."
|
echo "[DSMOSS] Setup Git..."
|
||||||
|
|
Loading…
Reference in a new issue