My really simple default linux setup, in just two commands!
Run this after a vanilla debian net install. It will grab all the wanted packages
su -c "wget https://raw.github.com/mattwind/default/master/post.sh -O /tmp/s; bash /tmp/s `whoami`"
Once this is done setting up the packages and updates it will reboot.
Configure all the custom stuff!
wget -q -O - https://raw.github.com/mattwind/default/master/customize.sh | bash
- Setup NFO repository
- Setup dynamic SSH directory
- Add keepass
- Add custom scripts
