Skip to content

Commit

Permalink
add macos setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Aug 29, 2021
1 parent a5a7bda commit 182e802
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions macos-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install git
brew install --cask iterm2
brew install --cask alfred
brew install docker
brew install --cask typora
brew install --cask dbeaver-community
brew install --cask postman
brew install --cask spacelauncher
brew install --cask shiftit
brew install --cask clipy

brew install --cask youdaodict
brew install --cask qq
brew install --cask wechat
brew install --cask neteasemusic
cd ~/Documents/tools/
bash <(curl -s https://raw.githubusercontent.com/Blankll/seven-vim/master/setup.sh)

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

0 comments on commit 182e802

Please sign in to comment.