Skip to content

Post install script for Ubuntu to install, remove and configure the necessary packages

Notifications You must be signed in to change notification settings

selmo47/ubuntupostinstall

 
 

Repository files navigation

ubuntupostinstall

Post install script for Ubuntu to install, upgrade, remove and configure the necessary packages like e.g.

  • tmux (with custom config)
  • vim with many plugins like vundle, nerdtree, vim-airline, vim-colors-solarized
  • clementine
  • xorg-edgers nvidia drivers
  • google-chrome
  • zsh (with oh-my-zsh )
  • vlc
  • git
  • colormake
  • tlp (for power management)
  • ubuntu-restricted-extras

Custom system settings and improvements:

  • disable guest account
  • fixubuntu.com privacy fix
  • diable overlay scrollbars
  • remove unity's scope and lense for online integration like: facebook, gmusic, amazon, gdrive etc.

For now it has been only tested to work with Ubuntu 13.10 and 14.04.


Note for git user's:

on your first git usage you can set your username (git author) and e-mail with the following commands:

$ git config --global user.name "your_name_and_surname"
$ git config --global user.email "[email protected]"

About

Post install script for Ubuntu to install, remove and configure the necessary packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 48.5%
  • GDB 36.2%
  • Vim Script 15.3%