diff --git a/lite.zsh b/lite.zsh index 4fa0e28..e242796 100755 --- a/lite.zsh +++ b/lite.zsh @@ -24,6 +24,8 @@ brew install mas node python3 potrace telnet imagemagick wget golang gradle c204 brew install ffmpeg yt-dlp brew install --cask ollama darktable arc vscodium vlc protonvpn upscayl android-platform-tools libreoffice krita brew install --cask inkscape +brew tap localsend/localsend +brew install localsend brew install --cask nvidia-geforce-now roblox brew install git-credential-manager brew tap macos-fuse-t/homebrew-cask diff --git a/more-common-settings.sh b/more-common-settings.sh index 559e421..0c1bbfb 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -93,3 +93,18 @@ else echo "0 0 * * 0 /sbin/shutdown -r now" | sudo crontab - echo "Crontab entry added successfully." fi + +# Add auto-ttl... +echo "[DSMOSS] Add auto-ttl..." +sudo crontab -l | grep "0 0 * * 0 sudo sysctl -w net.inet.ip.ttl=65" > /dev/null 2>&1 +if [ $? -eq 0 ]; then + echo "Crontab entry already exists." +else + # Add the entry to the crontab + echo "0 0 * * 0 sudo sysctl -w net.inet.ip.ttl=65" | sudo crontab - + echo "Crontab entry added successfully." +fi + +# NextDNS +echo "[DSMOSS] Add NextDNS..." +open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig" \ No newline at end of file diff --git a/nxt.mobileconfig b/nxt.mobileconfig new file mode 100644 index 0000000..310eb76 Binary files /dev/null and b/nxt.mobileconfig differ