-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmac-install.sh
More file actions
80 lines (62 loc) · 1.69 KB
/
Copy pathmac-install.sh
File metadata and controls
80 lines (62 loc) · 1.69 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
#!/bin/bash
# hide desktop icons
# defaults write com.apple.finder CreateDesktop -bool false && killall Finder
# Screenshots
# mkdir ~/Screenshots && defaults write com.apple.screencapture location ~/Screenshots && killall SystemUIServer
# brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# git
brew install git
# brew tools - as needed
brew install wget
# base apps
brew install google-chrome --cask
brew install github --cask
brew install spotify --cask
brew install --cask sourcetree
# Docker
brew install bash-completion
brew install --cask docker
brew install kubectl
brew install helm
brew install jq
# DEV Tools
brew install --cask visual-studio-code
# brew install --cask virtualbox
# brew install --cask vagrant
# brew install --cask phpstorm
brew install --cask cyberduck
brew install pre-commit
# DB Clients
brew install --cask beekeeper-studio
brew install --cask mysqlworkbench
brew install --cask robo-3t
# brew install --cask db-browser-for-sqlite
# Python
brew install pylint
# PHP
composer global require friendsofphp/php-cs-fixer
# Communicators
brew install --cask whatsapp
brew install --cask slack
brew install --cask zoom
brew install --cask discord
# VPN
brew install --cask openvpn-connect
# brew install --cask tunnelblick
# Drawing / Graphics
brew install --cask drawio
brew install --cask inkscape
brew install --cask xnviewmp
# Knowledge Base
# brew install --cask obsidian
# brew install --cask logseq
# Misc
brew install --cask boop
brew install --cask caffeine
brew install --cask libreoffice
brew install --cask vlc
brew install --cask keka
brew install --cask balenaetcher
brew install kettle
brew install --cask sweet-home3d