-
Notifications
You must be signed in to change notification settings - Fork 1
/
brew-install-favorites-for-stacks-with-prompts
executable file
·71 lines (57 loc) · 1.56 KB
/
brew-install-favorites-for-stacks-with-prompts
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
#!/bin/sh
##
# brew-install-favorites-for-stacks-with-prompts
#
# Use Homebrew to install our favorite tech-related packages
# that may need to be installed manually because of prompts;
# The prompts may be necessary for passwords, or moving files,
# or more-complex issues that need a human to be involved.
#
# If you're using this file and you find any packages that
# do install without prompts, please let us know by opening
# an issue, or emailing us, or creating a pull request. Thanks!
#
# ## Tracking
#
# * Package: https://github.com/sixarm/brew-install-favorites
# * Version: 6.0.0
# * Created: 2016-10-11T19:23:52Z
# * Updated: 2022-06-20T17:44:09Z
# * License: [GPL-2.0](https://spdx.org/licenses/GPL-2.0-only.html)
# * Contact: [Joel Parker Henderson](http://joelparkerhenderson.com)
##
# Emacs editor.
sudo rm /usr/bin/emacs &&
sudo rm -rf /usr/share/emacs &&
brew install emacs --cocoa --srgb --use-git-head --HEAD &&
ls -1 /usr/local/Cellar/emacs/*/bin/emacs |
tail -1 |
xargs -I{} sudo ln -sf "{}" /usr/bin/emacs
##
# Shell
##
# PowerShell by Microsoft
brew install powershell
## Networking
# nmap network mapper is a security scanner
brew install nmap
##
# Programming
##
# Netbeans Java IDE
#brew install --cask netbeans
# R statistics programming language
brew install --cask r
# SF Symbols are Apple's recommended icons
brew install sf-symbols
##
# Deployments
##
# Vagrant lightweight, reproducible, portable development environments
brew install --cask vagrant
##
# Art
##
# Stable Diffusion
brew install python cmake git protobuf rust &&
brew install anaconda