Last active
January 25, 2022 05:45
-
-
Save DickyT/4c5880f24193cdb91dd6fccc0f94e9fe to your computer and use it in GitHub Desktop.
new 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
/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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bash -c "$(curl -fsSL aws3.link/setupmymacv3)"