diff --git a/.bashrc b/.bashrc old mode 100644 new mode 100755 index 222d597..eba39af --- a/.bashrc +++ b/.bashrc @@ -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 #-------------------------------------------------------------------------------- diff --git a/bin/software-install.sh b/bin/software-install.sh index e398c7c..60cba17 100755 --- a/bin/software-install.sh +++ b/bin/software-install.sh @@ -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 #-------------------------------