Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmalek/ubuntupostinstall
Post install script for Ubuntu to install, remove and configure the necessary packages
https://github.com/pmalek/ubuntupostinstall
Last synced: about 2 months ago
JSON representation
Post install script for Ubuntu to install, remove and configure the necessary packages
- Host: GitHub
- URL: https://github.com/pmalek/ubuntupostinstall
- Owner: pmalek
- Created: 2013-12-17T19:48:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T10:46:14.000Z (about 6 years ago)
- Last Synced: 2024-05-02T05:26:35.584Z (8 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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-extrasCustom 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:```shell
$ git config --global user.name "your_name_and_surname"
$ git config --global user.email "[email protected]"
```