dotfiles/resources/apt-get.sh

7 lines
145 B
Bash
Raw Normal View History

INSTALL="sudo apt-get -y install"
2013-03-30 23:54:22 -06:00
$INSTALL zsh
$INSTALL tmux
$INSTALL emacs24-nox
2013-03-31 19:31:41 -06:00
$INSTALL nmap
$INSTALL python2.7
$INSTALL python-pip python-dev