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
|
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
|
# Rebind CTRL-T to search forward in history
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -16,10 +16,12 @@ function install_linux_software {
|
||||||
|
|
||||||
xargs sudo ${INSTALLCMD} <<-EOF
|
xargs sudo ${INSTALLCMD} <<-EOF
|
||||||
ack
|
ack
|
||||||
|
archey
|
||||||
bash-completion
|
bash-completion
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
mosh
|
mosh
|
||||||
|
nmap
|
||||||
ss
|
ss
|
||||||
vim
|
vim
|
||||||
EOF
|
EOF
|
||||||
|
@ -39,12 +41,15 @@ function install_osx_software {
|
||||||
#-------------------------------
|
#-------------------------------
|
||||||
xargs brew install <<-EOF
|
xargs brew install <<-EOF
|
||||||
ack
|
ack
|
||||||
|
archey
|
||||||
bash-completion
|
bash-completion
|
||||||
git
|
git
|
||||||
coreutils
|
coreutils
|
||||||
htop-osx
|
htop-osx
|
||||||
mosh
|
mosh
|
||||||
|
nmap
|
||||||
python3
|
python3
|
||||||
|
rename
|
||||||
vim
|
vim
|
||||||
EOF
|
EOF
|
||||||
#-------------------------------
|
#-------------------------------
|
||||||
|
|
Loading…
Reference in a new issue