Skip to content

Instantly share code, notes, and snippets.

@DickyT
Last active January 25, 2022 05:45
Show Gist options
  • Save DickyT/4c5880f24193cdb91dd6fccc0f94e9fe to your computer and use it in GitHub Desktop.
Save DickyT/4c5880f24193cdb91dd6fccc0f94e9fe to your computer and use it in GitHub Desktop.
new Mac setup
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install --cask google-chrome keka iterm2 visual-studio-code spotify charles iina teamviewer
brew install python3 wget nodejs yarn httpie mediainfo ffmpeg openssl
wget https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Operator%20Mono%20Dark.itermcolors -O /tmp/OperatorMonoDark.itermcolors
/Applications/iTerm.app/Contents/MacOS/iTerm2 /tmp/OperatorMonoDark.itermcolors
RUNZSH=no sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
sed -i '' 's/ZSH_THEME=\"robbyrussell\"/ZSH_THEME=\"gallois\"/g' ~/.zshrc
sed -i '' 's/^plugins=(.*/plugins=(git sudo zsh-syntax-highlighting)/g' ~/.zshrc
wget https://gist.githubusercontent.com/DickyT/c369e08e7deebd4dc45353538894e276/raw/060a09f984f7e3e57f256d5d6469ef9c8dc21439/Default.json -O ~/Downloads/Default.json
open ~/Downloads
open https://www.zzzmode.com/mytools/charles/
@DickyT
Copy link
Author

DickyT commented Jan 23, 2022

bash -c "$(curl -fsSL aws3.link/setupmymacv3)"

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