Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atareao/ubuntu-first-steps

First steps with Ubuntu
https://github.com/atareao/ubuntu-first-steps

desktop desktop-application first-steps installation linux ubuntu

Last synced: about 2 months ago
JSON representation

First steps with Ubuntu

Awesome Lists containing this project

README

        

Welcome to Ubuntu First Steps 👋

![Licencia MIT](https://img.shields.io/badge/Licencia-MIT-green)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b3e704c3f150404582cd23b9fcb4be32)](https://www.codacy.com/manual/atareao/ubuntu-first-steps?utm_source=github.com&utm_medium=referral&utm_content=atareao/ubuntu-first-steps&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/atareao/ubuntu-first-steps/badge/master)](https://www.codefactor.io/repository/github/atareao/ubuntu-first-steps/overview/master)

[![Twitter: atareao](https://img.shields.io/twitter/follow/atareao.svg?style=social)](https://twitter.com/atareao)

## 🏠 [Homepage](https://www.atareao.es/aplicacion/ubuntu-first-steps/)

## Prerequisites

Before you begin, ensure you have met the following requirements:

* If you install it from PPA don't worry about, because all the requirements are included in the package
* If you clone the repository, you need, at least, these dependencies,

```
python3-gi
gir1.2-gtk-3.0
gir1.2-gdkpixbuf-2.0
gir1.2-glib-2.0
gir1.2-vte-2.91
gir1.2-handy-0.0
```

## Installing Ubuntu First Steps

To install **Ubuntu First Steps**, follow these steps:

* In a terminal (`Ctrl+Alt+T`), run these commands

```
sudo add-apt-repository ppa:atareao/atareao
sudo apt update
sudo apt install ubuntu-first-steps
```

## Using Ubuntu First Steps

**Ubuntu First Steps** has 5 main sections to custom the Ubuntu User Experience

* Custom dock

![Custom dock](./screenshots/ubuntu-first-steps-screenshot-1.png)

* Custom desktop

![Custom desktop](./screenshots/ubuntu-first-steps-screenshot-2.png)

* Privacy

![Privacy](./screenshots/ubuntu-first-steps-screenshot-3.png)

* Repositories

![Repositories](./screenshots/ubuntu-first-steps-screenshot-4.png)

* Applications

![Applications](./screenshots/ubuntu-first-steps-screenshot-5.png)

### About this application

![About this app](./screenshots/ubuntu-first-steps-screenshot-6.png)

## Contributing to Ubuntu First Steps

To contribute to **Ubuntu First Steps**, follow these steps:

1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to the original branch: `git push origin /`
5. Create the pull request.

Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).

## 👤 Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Lorenzo Carbonell

💻

## Contact

If you want to contact me you can reach me at [atareao.es](https://www.atareao.es).

## License

This project uses the following license: [MIT License](https://choosealicense.com/licenses/mit/).