-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile.extras
110 lines (99 loc) · 4.59 KB
/
Brewfile.extras
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
98
99
100
101
102
103
104
105
106
107
108
109
110
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
#tap 'homebrew/dupes'
#tap 'homebrew/games'
#tap 'homebrew/versions'
#tap 'homebrew/science'
#tap 'homebrew/completions'
tap 'homebrew/services'
# ================================
# DEPS / PROGRAMMING LANGUAGES
# ================================
# brew 'git-annex'
brew 'go'
# brew 'haskell-stack'
# brew 'haskell-stack ghc cabal-install'
# brew 'n'
brew 'python' # Interpreted, interactive, object-oriented programming language
brew 'python3' # Interpreted, interactive, object-oriented programming language
brew 'chruby' # Ruby environment tool
brew 'ruby-build' # Install various Ruby versions and implementations
brew 'ruby-install' # Install Ruby, JRuby, Rubinius, MagLev, or mruby
brew 'xhyve', args: ['--HEAD'] # xhyve, lightweight macOS virtualization solution based on FreeBSD's bhyve
# ================================
# CLI stuff
# ================================
#brew 'ansible' # Automate deployment, configuration, and upgrading
#brew 'ctop'
#brew 'nvm' # Manage multiple Node.js versions
#brew 'sen'
brew 'ack' # Search tool like grep, but optimized for programmers
brew 'ag' # A code-searching tool similar to ack, but faster
brew 'aircrack-ng' # Next-generation aircrack with lots of new features
brew 'awscli' # Official Amazon AWS command-line interface
brew 'cmatrix' # Console Matrix
brew 'consul', args: ['--with-web-ui'] # Tool for service discovery, monitoring and configuration
brew 'dark-mode' # Control the macOS dark mode from the command-line
brew 'dash' # POSIX-compliant descendant of NetBSD's ash (the Almquist SHell)
brew 'dlite' # Provides a way to use docker on macOS without docker-machine
brew 'fakeroot' # Provide a fake root environment
brew 'figlet' # Banner-like program prints strings as ASCII art
brew 'git-crypt' # Enable transparent encryption/decryption of files in a git repo
brew 'graphicsmagick' # Image processing tools collection
brew 'graphviz' # Graph visualization software from AT&T and Bell Labs
brew 'hugo' # Configurable static site generator
brew 'hydra' # Network logon cracker which supports many services
brew 'knock' # Port-knock server
brew 'libav' # Audio and video processing tools
brew 'mc' # Terminal-based visual file manager
brew 'neofetch' # Fast, highly customisable system info script
brew 'netpbm' # Image manipulation
brew 'peco' # Simplistic interactive filtering tool
brew 'readline' # Library for command-line editing
brew 'rgxg' # C library and command-line tool to generate (extended) regular expressions
brew 'rlwrap' # Readline wrapper: adds readline support to tools that lack it
brew 'serf' # Service orchestration and management tool
brew 'shfmt' # Autoformat shell script source code
brew 'socat' # netcat on steroids
brew 'speedtest_cli' # Command-line interface for https://speedtest.net bandwidth tests
brew 'sqlmap' # Penetration testing for SQL injection and database servers
brew 'ssh-copy-id' # Add a public key to a remote machine's authorized_keys file
brew 'sshrc' # Bring your .bashrc, .vimrc, etc. with you when you SSH
brew 'syncthing'
brew 'tcpflow'
brew 'vcsh' # Config manager based on git
brew 'zsh'
# ================================
# Browsers
# ================================
brew 'w3m'
brew 'elinks'
brew 'lynx'
# ================================
# Databases & tools
# ================================
#brew 'couchdb'
#brew 'mariadb'
#brew 'mongodb'
#brew 'mysql'
#brew 'neo4j'
#brew 'postgresql'
#brew 'rethinkdb'
#brew 'riak'
#brew 'sqlite'
#tap 'theory/sqitch'
#brew 'sqitch'
#brew 'sqitch_pg'
# ================================
# EXTRAS
# ================================
tap 'thoughtbot/formulae'
brew 'gitsh'
tap 'yudai/gotty'
brew 'gotty'
tap 'joshuaclayton/formulae'
brew 'unused'
# ================================
# SCIENCE
# ================================
#brew 'opencv'