Last active
August 19, 2020 19:45
-
-
Save vz3/6e3908c84529e14dbe2bfc17bd92eb8e to your computer and use it in GitHub Desktop.
My personal Mac setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is my Mac setup, most apps can be installed using homebrew or brew cask, remaining apps are under "App Store" and "Non-cask" | |
There are some commercial apps on the list, including: bartender, figma, istat-menus, krisp, and mullvadvpn. I would find OSS alternatives but this is intended to reflect my actual personal setup. | |
I will probably turn this into a shell script soon. | |
# New Mac List | |
## Initial | |
oh-my-zshrc | |
`sh -c “$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)”;cp ./Documents/.zshrc .` | |
`/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)”` | |
## Homebrew | |
brew install \ | |
git \ | |
glances \ | |
iperf3 \ | |
mosh \ | |
speedtest-cli \ | |
Youtube-dl | |
### Cask | |
brew cask install \ | |
1password \ | |
alfred \ | |
app-cleaner \ | |
atom \ | |
bartender \ | |
brave-browser \ | |
figma \ | |
hazel \ | |
iina \ | |
istat-menus \ | |
iterm2 \ | |
krisp \ | |
mos \ | |
mullvadvpn \ | |
plex \ | |
homebrew/cask-fonts/font-public-sans \ | |
slack \ | |
spotify \ | |
station \ | |
the-unarchiver \ | |
zoom | |
### Cask opt | |
brew cask install \ | |
blender \ | |
geekbench \ | |
heaven \ | |
steam | |
## App Store | |
Annotate | |
Amphetamine | |
Bear | |
Docker | |
Speedtest x | |
Tailscale | |
Xcode | |
## Non-cask | |
FileZilla | |
Zoom | |
## Terminal | |
https://github.com/powerline/fonts | |
https://github.com/uswds/public-sans | |
Sigma | |
Space Mono for Powerline | |
### Material Design Colors | |
curl -O [https://raw.githubusercontent.com/MartinSeeler/iterm2-material-design/master/material-design-colors.itermcolors](https://raw.githubusercontent.com/MartinSeeler/iterm2-material-design/master/material-design-colors.itermcolors) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment