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: 9 days ago
JSON representation
First steps with Ubuntu
- Host: GitHub
- URL: https://github.com/atareao/ubuntu-first-steps
- Owner: atareao
- License: mit
- Created: 2019-06-04T20:56:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T08:11:34.000Z (over 3 years ago)
- Last Synced: 2025-04-07T11:24:27.369Z (about 1 month ago)
- Topics: desktop, desktop-application, first-steps, installation, linux, ubuntu
- Language: Python
- Homepage: https://www.atareao.es
- Size: 702 KB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Ubuntu First Steps 👋

[](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)
[](https://www.codefactor.io/repository/github/atareao/ubuntu-first-steps/overview/master)[](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 desktop

* Privacy

* Repositories

* Applications

### About this application

## 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)):
## 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/).