-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
75 lines (65 loc) · 1.2 KB
/
Brewfile
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
# Taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
# Utilities
cask "tiles"
#cask "firefox"
cask "gimp"
cask "google-chrome"
#cask "grammarly"
cask "iterm2"
cask "slack"
#cask "telegram"
#cask "whatsapp"
#cask "transmission"
cask "spotify"
cask "flycut"
brew "jq"
cask "raycast"
casl "signal"
cask "zoom"
cask "vlc"
# Internet security companies can use Nmap to scan a system and understand what weaknesses exist that a hacker could potentially exploit
# https://www.holmsecurity.com/blog/what-is-nmap#:~:text=Internet%20security%20companies%20can%20use,open%20ports%20and%20other%20weaknesses.
brew "nmap"
brew "openssl"
brew "watch"
cask "docker"
brew "docker-compose"
brew "zsh"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
# Dev
cask "postman"
cask "insomnia"
brew "gibo"
brew "git"
brew "nvm"
brew "node"
# brew "tmux"
brew "vim"
brew "zlib"
cask "sublime-text"
cask "macdown"
cask "sequel-ace"
cask "tableplus"
cask "visual-studio-code"
cask "logseq"
# Util
cask "appcleaner"
cask "coconutbattery"
cask "the-unarchiver"
cask "cheatsheet"
# System
brew "mas"
# Network
brew "htop"
brew "nmap"
brew "mtr"
brew "wget"
# Communication
cask "slack"
cask "skype"
# App
mas "XCode", id: 497799835