All Projects → mmphego → new-computer

mmphego / new-computer

Licence: MIT license
Bash script to install everything I need, after a fresh [X]Ubuntu system install.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to new-computer

bootstrap-new-mac
Scripts to bootstrap a new Mac.
Stars: ✭ 13 (-27.78%)
Mutual labels:  new-computer

Simple Bash script for setting up a new computer (running [X]Ubuntu)

Codacy Badge Build Status LICENCE

My personal system set-up script which installs most of the packages I need on a daily basis after a fresh [X]Ubuntu system install.

Installation:

On an [X]Ubuntu based distro with admin/sudo rights, run the following and follow the prompts:

bash -c "$(curl -L https://git.io/runme)"
# That's it

Here are some of the things that gets set up:

The script itself

The script is broken up extensively into functions for easier readability and trouble-shooting. Most everything should be self-explanatory. You can easily add new methods of installations as well.

Demo

To see the demo, click on the gif below

demo

Contributing workflow

Here’s how we suggest you go about proposing a change to this project:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make your changes to your fork.
  4. Send a pull request from your fork’s branch to our master branch.

Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request too.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].