Add some more funky brew bits.

This commit is contained in:
Scott Wallace 2016-03-01 10:20:34 +00:00
parent 5ae9bc7b18
commit f26f5ee125
2 changed files with 11 additions and 0 deletions

6
.bashrc Normal file → Executable file
View file

@ -56,6 +56,12 @@ pathadd /usr/local/bin
pathadd ~/bin
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Display pretty summary thing at the beginning of a session
#--------------------------------------------------------------------------------
archey -o 2>/dev/null
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Rebind CTRL-T to search forward in history
#--------------------------------------------------------------------------------

View file

@ -16,10 +16,12 @@ function install_linux_software {
xargs sudo ${INSTALLCMD} <<-EOF
ack
archey
bash-completion
git
htop
mosh
nmap
ss
vim
EOF
@ -39,12 +41,15 @@ function install_osx_software {
#-------------------------------
xargs brew install <<-EOF
ack
archey
bash-completion
git
coreutils
htop-osx
mosh
nmap
python3
rename
vim
EOF
#-------------------------------