ahaefner / UbuntuInstallScripts

My set of scripts for installing the software I like for fresh installs of Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Order

  1. sudo initial_apt_get.sh - Install all of the basics
  2. configure_git.sh
  3. configure_bash.sh - Set up bash prompt and universal aliases
  4. sudo install_sun_java.sh - Requires user interaction
  5. sudo qt_dependencies.sh
  6. sudo root_dependencies.sh - Pulls >100 Mb from internet
  7. sudo apt-get install qt-sdk - Pulls > 250 Mb from internet
  8. sudo python_install.sh - Pulls > 350 Mb from internet
  9. sudo python_upgrade.sh - Scipy takes a real long time to compile
  10. sudo install_ros.sh
  11. install_rgbdslamv2.sh
  12. sudo install_latex.sh - Pulls > 1Gb from internet
  13. install_root.sh - no sudo
  14. vim_upgrade.sh

About

My set of scripts for installing the software I like for fresh installs of Ubuntu


Languages

Language:Shell 100.0%