This commit is contained in:
The Ghost of FOSS' Past 2024-11-09 12:59:03 -06:00
parent 7dbcd1988d
commit 1e6c392114
2 changed files with 4 additions and 12 deletions

View file

@ -24,13 +24,12 @@ brew install mas node python3 potrace telnet imagemagick wget minetest golang mi
brew install ffmpeg streamlink brew install ffmpeg streamlink
brew tap localsend/localsend brew tap localsend/localsend
brew install localsend brew install localsend
brew install --cask toontown-rewritten darktable arc ollama utm hiddenbar vmware-fusion pencil2d vscodium vlc protonvpn upscayl android-studio android-platform-tools libreoffice krita openemu brew install --cask toontown-rewritten darktable zen-browser ollama utm hiddenbar vmware-fusion pencil2d vscodium vlc protonvpn upscayl android-studio android-platform-tools libreoffice krita openemu
brew install --cask github@beta inkscape virtual-ii parsec brew install --cask github@beta inkscape virtual-ii parsec
brew install --cask nvidia-geforce-now roblox robloxstudio blender@lts imazing-profile-editor brew install --cask nvidia-geforce-now roblox robloxstudio blender@lts imazing-profile-editor
brew install git-credential-manager brew install git-credential-manager
brew tap macos-fuse-t/homebrew-cask brew tap macos-fuse-t/homebrew-cask
brew install fuse-t fuse-t-sshfs brew install fuse-t fuse-t-sshfs
brew install --cask twingate
# NPM global # NPM global
@ -75,6 +74,7 @@ echo "[DSMOSS] Install more networking tools..."
brew install cloudflared miniupnpc brew install cloudflared miniupnpc
brew install --cask cyberduck brew install --cask cyberduck
brew install --cask lagrange brew install --cask lagrange
brew install --cask twingate
# More common settings... # More common settings...
echo "[DSMOSS] Run the more common settings script..." echo "[DSMOSS] Run the more common settings script..."

View file

@ -22,13 +22,12 @@ eval $(/opt/homebrew/bin/brew shellenv)
echo "[DSMOSS] Install homebrew stuffs..." echo "[DSMOSS] Install homebrew stuffs..."
brew install mas node python3 potrace telnet imagemagick wget golang gradle c2048 brew install mas node python3 potrace telnet imagemagick wget golang gradle c2048
brew install ffmpeg streamlink brew install ffmpeg streamlink
brew install --cask ollama darktable arc vscodium vlc protonvpn upscayl android-platform-tools libreoffice krita brew install --cask ollama darktable zen-browser vlc protonvpn upscayl android-platform-tools libreoffice krita
brew install --cask inkscape brew install --cask inkscape
brew tap localsend/localsend brew tap localsend/localsend
brew install localsend brew install localsend
brew install --cask nvidia-geforce-now roblox brew install --cask nvidia-geforce-now roblox
brew install git-credential-manager brew install git-credential-manager
brew install --cask twingate
# NPM global # NPM global
echo "[DSMOSS] Install NPM Global stuffs..." echo "[DSMOSS] Install NPM Global stuffs..."
@ -38,14 +37,6 @@ sudo npm install -g cordova
echo "[DSMOSS] Install Mac App Store stuffs..." echo "[DSMOSS] Install Mac App Store stuffs..."
mas install 425424353 937984704 # The Unarchiver, Amphetamine. mas install 425424353 937984704 # The Unarchiver, Amphetamine.
# Install DOOM shareware
echo "[DSMOSS] [CHOCOD] Install DOOM Shareware..."
brew install chocolate-doom
cd ~/
wget http://www.doomworld.com/3ddownloads/ports/shareware_doom_iwad.zip
unzip shareware_doom_iwad.zip
rm shareware_doom_iwad.zip
# Make code folder # Make code folder
echo "[DSMOSS] Make code folder..." echo "[DSMOSS] Make code folder..."
mkdir ~/Code mkdir ~/Code
@ -67,6 +58,7 @@ echo "[DSMOSS] Install more networking tools..."
brew install cloudflared miniupnpc brew install cloudflared miniupnpc
brew install --cask cyberduck brew install --cask cyberduck
brew install --cask lagrange brew install --cask lagrange
brew install --cask twingate
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"