Add some more funky brew bits.
This commit is contained in:
parent
5ae9bc7b18
commit
f26f5ee125
6
.bashrc
Normal file → Executable file
6
.bashrc
Normal file → Executable 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
|
||||
#--------------------------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
#-------------------------------
|
||||
|
|
Loading…
Reference in a new issue