-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
97 lines (93 loc) · 2.56 KB
/
config.json
File metadata and controls
97 lines (93 loc) · 2.56 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
{
"OSXsettings":{
"wallpaper_path":"/System/Library/Desktop Pictures/Solid Colors/Stone.png",
"screensaver_moduleName": "Computer Name",
"screensaver_path":"/System/Library/Screen Savers/Computer Name.appex",
"screensaver_idleTime" : "300",
"displaySleep_battery":"5",
"displaySleep_charger":"30",
"trackpad_tapBehavior":"1",
"scrollDirection":"false",
"InitialKeyRepeat":"12",
"KeyRepeat": "3",
"ApplePressAndHoldEnabled":"false",
"dock_Autohide-delay":"0",
"dock_show-recents":"false",
"dock_autohide":"true"
},
"brew": [
"fish",
"poppler",
"speedtest",
"wget",
"neofetch",
"iperf3",
"youtube-dl",
"dockutil",
"mas"
],
"cask": [
"google-chrome",
"spotify",
"iterm2",
"visual-studio-code",
"vlc",
"adobe-acrobat-reader",
"android-messages",
"discord",
"whatsapp",
"zoom",
"slack",
"github",
"arduino",
"ultimaker-cura",
"balenaetcher",
"keepassxc",
"obs",
"deluge",
"google-backup-and-sync",
"resilio-sync",
"rectangle"
],
"codeExtension": [
"angelomollame.conflict-squeezer",
"CoenraadS.bracket-pair-colorizer",
"formulahendry.auto-rename-tag",
"Gruntfuggly.todo-tree",
"mikeburgh.xml-format",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"shd101wyy.markdown-preview-enhanced",
"streetsidesoftware.code-spell-checker",
"vscode-icons-team.vscode-icons",
"yzhang.markdown-all-in-one",
"ZainChen.json"
],
"appStore": [
"937984704",
"1333542190",
"360593530",
"1091189122",
"497799835",
"424389933"
],
"dockOrder":[
"/System/Applications/Launchpad.app",
"/Applications/Spotify.app",
"/Applications/Google\\ Chrome.app",
"/System/Applications/Mail.app",
"/System/Applications/Calendar.app",
"/Applications/iTerm.app",
"/System/Applications/System\\ Preferences.app",
"/Applications/Visual\\ Studio\\ Code.app",
"/Applications/KeePassXC.app",
"/Applications/Slack.app",
"/Applications/Discord.app",
"/Applications/Android\\ Messages.app",
"/Applications/WhatsApp.app"
],
"other": [
"gem install pdfunite"
]
}