{"id":13572576,"url":"https://github.com/mmphego/new-computer","last_synced_at":"2025-04-04T10:30:47.516Z","repository":{"id":93762980,"uuid":"157565329","full_name":"mmphego/new-computer","owner":"mmphego","description":"Bash script to install everything I need, after a fresh [X]Ubuntu system install. ","archived":true,"fork":false,"pushed_at":"2019-08-30T12:56:45.000Z","size":11835,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-05T05:34:28.217Z","etag":null,"topics":["automation","new-computer","newcomputer","ubuntu"],"latest_commit_sha":null,"homepage":"https://blog.mphomphego.co.za/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmphego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-14T14:59:29.000Z","updated_at":"2023-11-23T03:29:20.000Z","dependencies_parsed_at":"2023-05-02T18:03:35.862Z","dependency_job_id":null,"html_url":"https://github.com/mmphego/new-computer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmphego%2Fnew-computer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmphego%2Fnew-computer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmphego%2Fnew-computer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmphego%2Fnew-computer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmphego","download_url":"https://codeload.github.com/mmphego/new-computer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247160224,"owners_count":20893795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","new-computer","newcomputer","ubuntu"],"created_at":"2024-08-01T14:01:27.245Z","updated_at":"2025-04-04T10:30:47.506Z","avatar_url":"https://github.com/mmphego.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\r\n# Simple Bash script for setting up a new computer (running [X]Ubuntu)\r\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/43713e0b78f547e8912ff05c9350cffb)](https://app.codacy.com/app/mmphego/xubuntu-pkg-installer?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=mmphego/xubuntu-pkg-installer\u0026utm_campaign=Badge_Grade_Dashboard)\r\n[![Build Status](https://travis-ci.com/mmphego/new-computer.svg?branch=master)](https://travis-ci.com/mmphego/new-computer)\r\n[![LICENCE](https://img.shields.io/github/license/mmphego/new-computer.svg?style=plastic)](https://github.com/mmphego/new-computer/blob/master/LICENSE)\r\n\r\nMy personal system set-up script which installs most of the packages I need on a daily basis after a fresh [X]Ubuntu system install.\r\n- Added [support for tweaking Dell XPS 15](https://github.com/JackHack96/dell-xps-9570-ubuntu-respin)\r\n- Dotfiles installation\r\n- GitHub GPG and SSH keys installation\r\n\r\n## Installation:\r\nOn an [X]Ubuntu based distro with admin/sudo rights, run the following and follow the prompts:\r\n```bash\r\nbash -c \"$(curl -L https://git.io/runme)\"\r\n# That's it\r\n```\r\n\r\nHere are some of the things that gets set up:\r\n- Installs [Git](https://github.com/git/git)+[Hub](http://github.com/github/hub/) and configures your [GPG](https://help.github.com/articles/generating-a-new-gpg-key/) and [SSH](https://help.github.com/articles/connecting-to-github-with-ssh/) keys via [api.github.com](api.github.com)\r\n- Installs [Travis-CI](https://github.com/travis-ci/travis.rb) ruby based CLI client for managing Travis builds.\r\n- Installs Python3.7 and [few modules](pip-requirements.txt) and [Docker](https://www.docker.com/) and configures Docker to work without `sudo` .\r\n- Installs 3 text editors/IDE namely:  [VSCode](https://code.visualstudio.com) including [plugins](code_plugins.txt), [Sublime-Text](www.sublimetext.com/3) and [Atom](https://atom.io/).\r\n- Supports for Arduino/IoT development using [Platfomio](https://platformio.org/) library intergrated on VScode and Atom.\r\n- Installs [Slack](https://slack.com) for colabs, [Megasync](https://mega.nz) and [Dropbox](https://www.dropbox.com/) for cloud storage.\r\n- Installs Academic tools such as [Latex](https://www.latex-project.org/get/) including extras,  [Mendeley](https://www.mendeley.com) for research management and, [Zotero](https://www.zotero.org/) for reference management.\r\n- Installs [a collection of scripts and tweaks to make [X]Ubuntu 18.04 run smooth on Dell XPS 15 9570 ](https://github.com/JackHack96/dell-xps-9570-ubuntu-respin), if you are running a [Dell XPS 15](https://www.dell.com/en-us/shop/dell-laptops/xps-15/spd/xps-15-9570-laptop)\r\n  - [Credit:@JackHack96](https://github.com/JackHack96)\r\n- Installs [my dotfiles](https://github.com/mmphego/dot-files) and [my githooks](https://github.com/mmphego/git-hooks)\r\n- [Optional] Installs additional desktop environment: [elementaryOS](https://elementary.io/) and [Ubuntu](http://ubuntu.com/)\r\n\r\n### The script itself\r\n\r\nThe script is broken up extensively into functions for easier readability and trouble-shooting. Most everything should be self-explanatory.\r\nYou can easily add new methods of installations as well.\r\n\r\n### Demo\r\nTo see the demo, click on the gif below\r\n\r\n[![demo](.demo.gif)](https://www.youtube.com/watch?v=ooqxvkyNwiY)\r\n\r\n### Contributing workflow\r\n\r\nHere’s how we suggest you go about proposing a change to this project:\r\n\r\n1. [Fork this project][fork] to your account.\r\n2. [Create a branch][branch] for the change you intend to make.\r\n3. Make your changes to your fork.\r\n4. [Send a pull request][pr] from your fork’s branch to our `master` branch.\r\n\r\nUsing the web-based interface to make changes is fine too, and will help you\r\nby automatically forking the project and prompting to send a pull request too.\r\n\r\n[fork]: https://help.github.com/articles/fork-a-repo/\r\n[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository\r\n[pr]: https://help.github.com/articles/using-pull-requests/\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmphego%2Fnew-computer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmphego%2Fnew-computer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmphego%2Fnew-computer/lists"}