mirror of
https://github.com/rwxrob/dot
synced 2024-11-10 13:10:37 +00:00
9 lines
456 B
Bash
Executable File
9 lines
456 B
Bash
Executable File
#!/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 golang gpg kubectl gh pandoc nmap
|
|
|
|
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"
|