You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob-dot/install/mac/install-gnu

11 lines
428 B
Bash

#!/bin/sh
exec brew install coreutils binutils diffutils ed findutils gawk gnu-indent gnu-sed
gnu-tar gnu-which gnutls grep gzip screen tmux watch wdiff curl wget bash gdb gpatch
m4 make file-formula git less openssh python rsync unzip vim gpg jq bash lynx
echo "Now don't forget:"
echo " Add /usr/local/bin/bash to /etc/shells"
echo " Run chsh -s /usr/local/bin/bash"
echo " Use #!/usr/bin/env bash as shebang line"