CMLL / ubuntu_post_install

Ubuntu Script to perform basic configuration and installation on a newly installed ubuntu machine. Very personal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash script to basically configure Ubuntu after a fresh install.

Usage:

sudo bash post_install_script.sh

Enter your username and done.

What it does:

1- Add spotify and webupd8team repository and ppa. 2- Update and upgrade the system. 3- Install several packages:

  • Vim
  • Git
  • Mercurial
  • Vlc
  • Firefox
  • Htop
  • i3
  • Pip
  • Zsh
  • Wget
  • Curl
  • Spotify
  • Sublime Text

Also install dependencies to install Python versions using pyenv.

4- Modifies the /etc/pam.d/chsh file to allow use change its shell without password. 5- Install oh-my-zsh. 6- Set zsh as default shell. 7- Install and activate pyenv. 8- Installs Python 3.4.3 and 2.7.9.

Inspiration for project came from:

Github repositories used:

About

Ubuntu Script to perform basic configuration and installation on a newly installed ubuntu machine. Very personal.

License:MIT License


Languages

Language:Shell 100.0%