https://github.com/nullvoxpopuli/ubuntu-post-install-script
I've had to set up a lot of Ubuntu systems, and I'm tired of it! AUTOMATE!
https://github.com/nullvoxpopuli/ubuntu-post-install-script
Last synced: over 1 year ago
JSON representation
I've had to set up a lot of Ubuntu systems, and I'm tired of it! AUTOMATE!
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/ubuntu-post-install-script
- Owner: NullVoxPopuli
- License: mit
- Created: 2015-04-23T19:40:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T01:09:15.000Z (over 10 years ago)
- Last Synced: 2025-03-30T01:01:36.314Z (over 1 year ago)
- Language: Shell
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubuntu-post-install-script
## Instructions
Download the zip file and unzip anywhere on your Ubuntu computer
run
cd ubuntu-post-install-script-master/
./setup.sh
To get all of my personal preferences and programs.
I'll be adding configurable parameters later.
Hopefully all of the install methods for the non-apt packages change less frequently than I need to create Ubuntu instances.
## What's Included?
### Installs Programs
- Desktop Environment
- Gnome
- [Material Paper GTK Theme](http://itsfoss.com/install-paper-theme-linux/)
- [Ceti-2 Theme](https://github.com/horst3180/Ceti-2-theme)
- Media
- Audio
- Veromix
- Clementine
- Audacity
- Image
- Gimp
- Video
- Kdenlive
- VLC
- Handbrake
- System Tools
- gparted
- grub customizer
- WinUSB
- EtherApe
- gufw (graphical interface to ufw (firewall))
- VirtualBox
- Development
- vim
- arduino IDE
- [RVM](https://rvm.io/rvm/install)
- Latest Stable Ruby
- [Atom Editor](https://github.com/atom/atom)
- PostgreSql
- KDiff3
- Meld
- 3D Printing
- [Cura](https://github.com/daid/Cura) by [Ultimaker](https://software.ultimaker.com)
- Internet
- Google Chrome
- [WeeChat](https://help.ubuntu.com/community/WeeChat)
- Bleep (when it comes out for linux)
- FileZilla
- Firefox
- Tor Browser
### Additional Setup:
- copies helper scripts
- writes .bash_profile
- Custom PS1
- Username
- Hostname
- IP Address
- Ruby Version
- Current Git Branch
- Includes helper scripts in $PATH located at ~/Scripts
- creates organization dev folders:
- ~/Development
- ~/OpenSource
## Contributing
- Fork
- Code
- Pull Request
- :-)