Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfollmann/ubuntu-setup
⏳ Project with the purpose of setting up a development environment on ubuntu.
https://github.com/jfollmann/ubuntu-setup
automation developer-tools shell-script ubuntu
Last synced: 2 months ago
JSON representation
⏳ Project with the purpose of setting up a development environment on ubuntu.
- Host: GitHub
- URL: https://github.com/jfollmann/ubuntu-setup
- Owner: jfollmann
- Created: 2020-04-22T11:11:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T03:48:16.000Z (about 1 year ago)
- Last Synced: 2024-09-18T07:34:51.128Z (3 months ago)
- Topics: automation, developer-tools, shell-script, ubuntu
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to ubuntu-setup 👑
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)
![CI](https://github.com/jfollmann/ubuntu-setup/workflows/CI/badge.svg)> Project with the purpose of setting up a development environment on ubuntu.
## Install
```sh
git clone [email protected]:jfollmann/ubuntu-setup.git
cd ubuntu-setup
```## Programs to install
- Create script "upgrade-all.sh"
- Install curl
- Generate a SSH Key
- [Install git](https://git-scm.com/)
- [Install vscode](https://code.visualstudio.com/)
- [Install vscode settings-sync extension](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)
- [Install chrome](https://www.google.com/intl/pt-BR/chrome/)
- [Install terminator](http://cmsj.net/p/terminator.html)
- [Install docker](https://docs.docker.com/get-docker/)
- [Install docker-compose ](https://docs.docker.com/compose/install/)
- [ctop](https://github.com/bcicen/ctop)
- [Install spotify](https://www.spotify.com/br/)
- [Install vlc](https://www.videolan.org/)
- [Install insomnia](https://insomnia.rest/download)
- [Install peek](https://github.com/phw/peek)
- [Chrome gnome-shell](https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep)
- [Install tree](https://snapcraft.io/install/tree/ubuntu)
- [Beekeeper studio](https://www.beekeeperstudio.io/)
- [Install zsh](https://www.zsh.org/)
- [Install jq](https://stedolan.github.io/jq/)## Run scripts
```sh
bash 01-install.all.sh
bash 02-personal.settings.sh
```## Author
👤 **Jefferson Follmann**
* Twitter: [@jfollmann](https://twitter.com/jfollmann)
* Github: [@jfollmann](https://github.com/jfollmann)
* LinkedIn: [@jfollmann](https://linkedin.com/in/jfollmann)Made with [contrib.rocks](https://contrib.rocks).
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_