-
Notifications
You must be signed in to change notification settings - Fork 3
/
mac_install.sh
66 lines (58 loc) · 1.48 KB
/
mac_install.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
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
#!/usr/bin/env bash
echo "Installing Homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
echo "Installing Brew Cask..."
brew tap caskroom/cask
echo "Installing Applications..."
brew install git
brew install docker
brew install wget
brew install neofetch
brew install apktool
brew install aircrack-ng
brew install binwalk
brew install arp-scan
brew install exiftool
brew install ffuf
brew install foremost
brew install go
brew install imagemagic
brew install john
brew install neovim
brew install nikto
brew install wpscan
brew install nmap
brew install netcat
brew install sqlmap
brew install termshark
brew install jadx
brew install exiftool
brew install hashcat
brew install openjdk
brew cask install java
brew cask install firefox
brew cask install wireshark
brew cask install iterm2
brew cask install owasp-zap
brew cask install burp-suite
brew cask install ghidra
brew cask install metasploit
brew cask install cutter
brew cask install tunnelblick
brew cask install transmission
brew cask install visual-studio-code
brew cask install sublime-text
brew cask install tor-browser
brew cask install signal
brew cask install virtualbox
brew cask install veracrypt
brew cask install osxfuse
brew cask install spotify
brew cask install iina
brew cask install handbrake
brew cask install balenaetcher
brew cask install android-studio
brew cask install pycharm-ce
brew cask install font-jetbrains-mono
brew cask install openinterminal
echo "Done!"