]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - install_always.sh
a29017539abcfa7d56b81a8a1c5050573c6c3aa7
[scripts-20-100.git] / install_always.sh
1 #!/bin/bash
2
3 # À installer sur toute nouvelle macine
4
5 base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make"
6 cool="ack-grep colordiff nmap automake rlwrap"
7
8 apt-get install ${base} ${cool}