-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.pack
More file actions
159 lines (159 loc) · 4.58 KB
/
apps.pack
File metadata and controls
159 lines (159 loc) · 4.58 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
- type: app
name: Google Chrome
downloadUrl:
- - intel
- 'http://127.0.0.1:6688/chrome/mac/universal/stable/GGRO/googlechrome.dmg'
- - arm
- 'http://127.0.0.1:6688/chrome/mac/universal/stable/CHFA/googlechrome.dmg'
action:
- install
- type: app
name: Spectacle
downloadUrl: 'http://127.0.0.1:6688/eczarny/spectacle/releases/download/1.2/Spectacle+1.2.zip'
action:
- install
- type: app
name: Motrix
downloadUrl: 'http://127.0.0.1:6688/agalwood/Motrix/releases/download/v1.6.11/Motrix-1.6.11.dmg'
action:
- install
- type: app
name: Notion
downloadUrl:
- - intel
- 'http://127.0.0.1:6688/Notion-2.0.22.dmg'
- - arm
- 'http://127.0.0.1:6688/Notion-2.0.21-arm64.dmg'
action:
- install
- type: app
name: QQMusic
alias: QQ音乐
downloadUrl: 'http://127.0.0.1:6688/dldir1.qq.com/music/clntupate/mac/QQMusicMac_Mgr.dmg'
action:
- install
- type: app
name: BaiduNetdisk_mac
alias: 百度网盘
downloadUrl: 'http://127.0.0.1:6688/issue/netdisk/MACguanjia/BaiduNetdisk_mac_4.10.1.dmg'
action:
- install
- type: app
name: DingTalk
alias: 钉钉
downloadUrl:
- - intel
- 'http://127.0.0.1:6688/dingtalk-desktop/mac_dmg/Release/DingTalk_v6.5.20.10.dmg'
- - arm
- 'http://127.0.0.1:6688/dingtalk-desktop/mac_dmg/Release/M1-Beta/DingTalk-ARM64-6.5.12.2.dmg'
action:
- install
- type: app
name: WeChat
alias: 微信
downloadUrl: 'http://127.0.0.1:6688/weixin/mac/WeChatMac.dmg'
action:
- install
- type: app
name: AppCleaner
downloadUrl: 'http://127.0.0.1:6688/downloads/AppCleaner_3.6.4.zip'
action:
- install
- type: app
name: MacZip
downloadUrl: 'http://127.0.0.1:6688/ezip/release/MacZip_V2.3.dmg'
action:
- install
- type: app
name: Visual Studio Code
downloadUrl: 'http://127.0.0.1:6688/stable/30d9c6cd9483b2cc586687151bcbcd635f373630/VSCode-darwin-universal.zip'
action:
- install
- type: app
name: Shottr
downloadUrl: 'http://127.0.0.1:6688/dl/Shottr-1.5.3.dmg'
action:
- install
- type: app
name: ColorSlurp
downloadUrl: 'https://apps.apple.com/cn/app/id1287239339'
action:
- install
- type: app
name: Charles
downloadUrl: 'http://127.0.0.1:6688/assets/release/4.6.2/charles-proxy-4.6.2.dmg'
action:
- install
- - active
- - curl https://charlesproxy.com/config/charles.config > ~/Downloads/charles.config
- cp ~/Downloads/charles.config ~/.charles/config/charles.config
- chmod 777 ~/.charles/config/charles.config
- type: app
name: Alfred 4
downloadUrl: 'http://127.0.0.1:6688/Alfred_4.6.6_1303.dmg'
action:
- install
- type: app
name: ClashX Pro
downloadUrl: 'http://127.0.0.1:6688/ClashX.dmg'
action:
- install
- type: app
name: Git
downloadUrl: 'http://127.0.0.1:6688/project/git-osx-installer/git-2.33.0-intel-universal-mavericks.dmg'
action:
- install
- type: app
name: iTerm
downloadUrl: 'http://127.0.0.1:6688/downloads/stable/iTerm2-3_4_15.zip'
action:
- install
- type: app
name: Brew
downloadUrl: 'http://127.0.0.1:6688/Homebrew/brew/archive/refs/heads/master.zip'
action:
- install
- type: app
name: exa
downloadUrl: 'brew install exa'
action:
- install
- type: command
description: Show all file extensions
cmd: defaults write NSGlobalDomain "AppleShowAllExtensions" -bool "true"
- type: command
description: Show hidden files
cmd: defaults write com.apple.finder "AppleShowAllFiles" -bool "true"
- type: command
description: Show path bar
cmd: defaults write com.apple.finder "ShowPathbar" -bool "true"
- type: command
description: Trackpad three finger drag
cmd:
- defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag -bool true
- defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerDrag -bool true
- type: command
description: Remove persistent apps in dock
cmd: defaults write com.apple.dock persistent-apps -array
- type: command
description: Smaller icon sizes in dock
cmd: defaults write com.apple.dock tilesize -int 36
- type: command
description: Turn dock auto hide on
cmd: defaults write com.apple.dock autohide -bool true
- type: command
description: Remove dock show delay
cmd:
- defaults write com.apple.dock autohide-delay -float 0
- defaults write com.apple.dock autohide-time-modifier -float 0
- type: command
description: Add command alias
cmd:
- echo "alias cls=\"clear\"" >> ~/.zshrc
- source ~/.zshrc
- type: command
description: Reload dock settings
cmd: killall Dock
- type: command
description: Reload finder settings
cmd: killall Finder