Skip to content

maerlyngb/UbuntuConfigurationScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Configuration Script v2 BETA

This new version is a beta release which has been completely re-written to give the user more control of what programs are added and removed as well as what system tweaks are performed.

Designed for Ubuntu 13.10

Inspiration for this new version was taken from the cb-welcome script which is included in Crunchbang Linux.

How to use

  1. open up the terminal and browse to the folder containing the scripts
  2. $ chmod u+x ubuntu-conf
  3. $ ./ubuntu-conf
  4. Follow the on-screen instructions


OLD Verson

How to use

  1. open up the terminal and browse to the folder containing the scripts
  2. $ chmod u+x preconf.sh
  3. $ ./preconf.sh
  4. enter your sudo password
  5. when that is finished logout and log back in using Cinnamon
  6. $conf.sh
  7. enter your sudo password
  8. grab a cup of tea and wait for it to finish

The commands to install cinnamon and remove unity were taken from here:
http://askubuntu.com/questions/29239...-with-cinnamon

The commands to remove the online search suggestions were taken from here:
https://fixubuntu.com/


What does each file do?

preconf.sh

  1. prompt for your sudo password
  2. set executable permissions on each of the other scripts
  3. run ci.sh

ci.sh

  1. Install Cinnamon and Nemo
  2. Make Nemo the default window manager

conf.sh

  1. prompt for your sudo password
  2. run rmu.sh
  3. run rms.sh
  4. run t.sh
  5. run i.sh

rmu.sh

  1. remove unity
  2. remove thunderbird unity extensions
  3. remove compiz
  4. remove nautilus
  5. remove zeitgeist
  6. remove config folders

rms.sh

  1. remove gnome-contacts
  2. remove ubuntu one
  3. remove gnome games
  4. remove thunderbird
  5. remove transmission
  6. remove remove empathy
  7. remove videos
  8. remove remove ubuntu landscape
  9. remove remove online profiles
  10. remove remove orca
  11. remove onboard
  12. remove xterm
  13. run apt-get autoremove

t.sh

  1. remove all ubuntu online search suggestions
  2. block access to ubuntu search suggestion servers
  3. disable the guest account

i.sh

  1. install wine
  2. install wine tricks
  3. install vlc
  4. install gimp
  5. install virtualbox
  6. install deluge
  7. install lightzone

About

A post-installation script to help configure a new Ubuntu 13.10 install.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages