-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrewfile-per
50 lines (45 loc) · 1010 Bytes
/
brewfile-per
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
cask_args appdir: "/Applications"
#Tappers
tap "1password/tap"
tap "homebrew/bundle"
#Some dependancy and brew-related things that come in handy
brew "python@3.11"
brew "mas"
brew "gh"
brew "git"
brew "glances"
brew "midnight-commander"
brew "mpv"
brew "speedtest-cli"
brew "telnet"
#Good default applications to start doing things
cask "github"
cask "raycast"
cask "1password-cli"
cask "android-platform-tools"
cask "discord"
cask "spotify"
cask "visual-studio-code"
cask "warp"
cask "arc"
cask "screen-studio"
cask "google-drive"
cask "microsoft-remote-desktop"
cask "cleanshot"
cask "beeper"
cask "bartender"
cask "istat-menus"
cask "tailscale"
cask "cyberduck"
cask "cron"
cask "notion"
cask "elgato-stream-deck"
cask "elgato-wave-link"
#Mac App Store apps to install
mas "Infuse", id: 1136220934
# VSCode Extensions
vscode "GitHub.vscode-pull-request-github"
vscode "ms-vscode-remote.remote-ssh"
vscode "ms-vscode-remote.remote-ssh-edit"
vscode "ms-vscode.remote-explorer"
vscode "redhat.vscode-xml"