remove some packages
This commit is contained in:
parent
b5f6af389a
commit
cab46cb713
|
@ -2,20 +2,28 @@
|
||||||
|
|
||||||
# reminder: homebrew is *spyware*. if you don't do this, it won't
|
# reminder: homebrew is *spyware*. if you don't do this, it won't
|
||||||
# set HOMEBREW_NO_ANALYTICS and it will silently spy on you when you use it.
|
# set HOMEBREW_NO_ANALYTICS and it will silently spy on you when you use it.
|
||||||
|
# this should happen in the .profile but let's do it again here to be certain:
|
||||||
source $HOME/.profile
|
source $HOME/.profile
|
||||||
|
export HOMEBREW_NO_ANALYTICS=1
|
||||||
|
|
||||||
|
# Homebrew's package database is on GitHub. The hashes to verify the
|
||||||
|
# authenticity of the source archive downloads are in the package database.
|
||||||
|
# Microsoft, a large US military contractor with long ties to illegal NSA spying
|
||||||
|
# programs, bought GitHub and can exercise control over them.
|
||||||
|
|
||||||
|
# What this means is that a large US military contractor has control over the
|
||||||
|
# precise software that gets installed on your computer when you
|
||||||
|
# type "brew install x". Cool, huh?
|
||||||
|
|
||||||
HOMEBREW_PKGS="
|
HOMEBREW_PKGS="
|
||||||
asciinema
|
asciinema
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake
|
||||||
bash-completion
|
|
||||||
bash-git-prompt
|
|
||||||
bonnie++
|
bonnie++
|
||||||
bwm-ng
|
bwm-ng
|
||||||
byobu
|
byobu
|
||||||
cksfv
|
cksfv
|
||||||
cmake
|
cmake
|
||||||
corelocationcli
|
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
daemontools
|
daemontools
|
||||||
|
@ -33,8 +41,6 @@ HOMEBREW_PKGS="
|
||||||
gnupg2
|
gnupg2
|
||||||
go
|
go
|
||||||
gpg-agent
|
gpg-agent
|
||||||
graphviz
|
|
||||||
heroku
|
|
||||||
homebrew/dupes/rsync
|
homebrew/dupes/rsync
|
||||||
httpie
|
httpie
|
||||||
httrack
|
httrack
|
||||||
|
@ -47,26 +53,21 @@ HOMEBREW_PKGS="
|
||||||
mutt
|
mutt
|
||||||
neovim
|
neovim
|
||||||
nmap
|
nmap
|
||||||
node
|
|
||||||
offlineimap
|
offlineimap
|
||||||
p7zip
|
p7zip
|
||||||
par2
|
par2
|
||||||
pbzip2
|
pbzip2
|
||||||
pgpdump
|
pgpdump
|
||||||
pinentry-mac
|
pinentry-mac
|
||||||
postgres
|
|
||||||
protobuf
|
protobuf
|
||||||
pv
|
pv
|
||||||
pwgen
|
pwgen
|
||||||
python3
|
python3
|
||||||
rename
|
rename
|
||||||
rust
|
|
||||||
socat
|
socat
|
||||||
sox
|
sox
|
||||||
speedtest_cli
|
speedtest_cli
|
||||||
syncthing
|
|
||||||
tcptraceroute
|
tcptraceroute
|
||||||
terraform
|
|
||||||
tor
|
tor
|
||||||
torsocks
|
torsocks
|
||||||
trash
|
trash
|
||||||
|
@ -76,7 +77,6 @@ HOMEBREW_PKGS="
|
||||||
watch
|
watch
|
||||||
wget
|
wget
|
||||||
whatmask
|
whatmask
|
||||||
yarn
|
|
||||||
"
|
"
|
||||||
|
|
||||||
for PKG in $HOMEBREW_PKGS ; do
|
for PKG in $HOMEBREW_PKGS ; do
|
||||||
|
|
Loading…
Reference in New Issue