This commit is contained in:
parent
7dbcd1988d
commit
1e6c392114
2 changed files with 4 additions and 12 deletions
4
full.zsh
4
full.zsh
|
@ -24,13 +24,12 @@ brew install mas node python3 potrace telnet imagemagick wget minetest golang mi
|
|||
brew install ffmpeg streamlink
|
||||
brew tap localsend/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 nvidia-geforce-now roblox robloxstudio blender@lts imazing-profile-editor
|
||||
brew install git-credential-manager
|
||||
brew tap macos-fuse-t/homebrew-cask
|
||||
brew install fuse-t fuse-t-sshfs
|
||||
brew install --cask twingate
|
||||
|
||||
|
||||
# NPM global
|
||||
|
@ -75,6 +74,7 @@ echo "[DSMOSS] Install more networking tools..."
|
|||
brew install cloudflared miniupnpc
|
||||
brew install --cask cyberduck
|
||||
brew install --cask lagrange
|
||||
brew install --cask twingate
|
||||
|
||||
# More common settings...
|
||||
echo "[DSMOSS] Run the more common settings script..."
|
||||
|
|
12
lite.zsh
12
lite.zsh
|
@ -22,13 +22,12 @@ eval $(/opt/homebrew/bin/brew shellenv)
|
|||
echo "[DSMOSS] Install homebrew stuffs..."
|
||||
brew install mas node python3 potrace telnet imagemagick wget golang gradle c2048
|
||||
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 tap localsend/localsend
|
||||
brew install localsend
|
||||
brew install --cask nvidia-geforce-now roblox
|
||||
brew install git-credential-manager
|
||||
brew install --cask twingate
|
||||
|
||||
# NPM global
|
||||
echo "[DSMOSS] Install NPM Global stuffs..."
|
||||
|
@ -38,14 +37,6 @@ sudo npm install -g cordova
|
|||
echo "[DSMOSS] Install Mac App Store stuffs..."
|
||||
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
|
||||
echo "[DSMOSS] Make code folder..."
|
||||
mkdir ~/Code
|
||||
|
@ -67,6 +58,7 @@ echo "[DSMOSS] Install more networking tools..."
|
|||
brew install cloudflared miniupnpc
|
||||
brew install --cask cyberduck
|
||||
brew install --cask lagrange
|
||||
brew install --cask twingate
|
||||
|
||||
echo "[DSMOSS] Run the more common settings script..."
|
||||
chmod +x "more-common-settings.sh"
|
||||
|
|
Loading…
Reference in a new issue