Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarat-ravi/ubuntuconfig

Installs common Ubuntu packages: Software Developer Edition
https://github.com/sarat-ravi/ubuntuconfig

Last synced: about 2 months ago
JSON representation

Installs common Ubuntu packages: Software Developer Edition

Awesome Lists containing this project

README

        

Author: Sarat Tallamraju, Licenced under the GNU Public License

Installation:

NOTE: This is a destructive script, and may severely damage existing configurations
Intended only for brand new Linux installs

Type the following into terminal:

git clone [email protected]:sarattall/ubuntuConfig.git ~/.ubuntuConfig
bash ~/.ubuntuConfig/config.sh

Documentation:

config.sh
runs the shell scripts below

configureOS.sh
installs basic packages such as emacs, git, rails, etc.
based on SaasBook vm specs

vim.sh
installs vim and other vim config files.
See [email protected]:sarattall/dotvim.git

pkgs.sh
installs a LOT of packages you would normally install
running this is a really bad idea, so it's commented out