dotfiles/resources/apt-get.sh

7 lines
145 B
Bash
Raw Normal View History

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