Skip to content

Instantly share code, notes, and snippets.

@SenpaiHunters
Last active January 22, 2024 01:52
Show Gist options
  • Save SenpaiHunters/2290f89927de366267eb2797c20b9fa0 to your computer and use it in GitHub Desktop.
Save SenpaiHunters/2290f89927de366267eb2797c20b9fa0 to your computer and use it in GitHub Desktop.
How I install all my Mac apps! Read the comment below to see how to actually install said apps!!!
arc
firefox
raycast
hyper
visual-studio-code
alttab
discord
fig
hyper
coteditor
krita
mimestream
orion
bartender
app-cleaner
bitwarden
bitwarden-cli
discord
shottr
coteditor
hammerspoon
betterdiscord-installer
iina
istart-menus
rectangle
handbrake
espanso
boop
mouse-fix
knockknock
lulu
reikey
blockblock
grammerly
unclack
--cask flux
neat
lunar
shottr
keka
itsycal
@SenpaiHunters
Copy link
Author

How all my Mac apps on a new machine is as follows:

First, terminal.app install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Next download --cask (via homebrew) to install apps via homebrew brew install cask

Next ppen Safari.app as it is the only web browser installed, find my github gist named applications.txt (need to update)

Save the file, then inside terminal again, run

xargs brew install < applications.txt

This command reads the list of applications from the applications.txt file and passes them as arguments to the `brew install` command using the xargs utility. This will allow you to install multiple applications with a single command.

Do note: Not all apps can be install via brew, those that can't will have links on a new comment (will be added as I have new apps to add)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment