{"id":15760117,"url":"https://github.com/padupe/personal-setup","last_synced_at":"2026-04-06T09:31:37.668Z","repository":{"id":41334562,"uuid":"496797342","full_name":"padupe/personal-setup","owner":"padupe","description":"Script to facilitate the process of setting up a new environment.","archived":false,"fork":false,"pushed_at":"2022-09-09T13:46:23.000Z","size":1339,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T09:14:51.699Z","etag":null,"topics":["aws-cli","chrome","dbeaver","discord","docker","docker-compose","nodejs","notion","postman","python3","servlerless-cli","slack","spotify","visual-studio-code"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/padupe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-26T23:07:09.000Z","updated_at":"2023-10-16T20:26:35.000Z","dependencies_parsed_at":"2023-01-18T02:15:35.987Z","dependency_job_id":null,"html_url":"https://github.com/padupe/personal-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/padupe/personal-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Fpersonal-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Fpersonal-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Fpersonal-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Fpersonal-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padupe","download_url":"https://codeload.github.com/padupe/personal-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Fpersonal-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aws-cli","chrome","dbeaver","discord","docker","docker-compose","nodejs","notion","postman","python3","servlerless-cli","slack","spotify","visual-studio-code"],"created_at":"2024-10-04T10:41:10.595Z","updated_at":"2026-04-06T09:31:37.646Z","avatar_url":"https://github.com/padupe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![img](https://github.com/padupe/personal-setup/blob/main/assets/setup.png)\n# Personal Setup\n\u003e Check the Documentation in pt-BR by clicking 🇧🇷 [here](https://github.com/padupe/personal-setup/blob/main/docs/README-pt-BR.md 'here').\n\n## Index\n- [Description](#description)\n- [Objective](#objective)\n- [Requirements](#requirements)\n- [Step by Step](#step-by-step)\n    - [Install `git` command](#install-git-command) \n\n## Description\nInstallation of the main tools used:\n- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)\n- [Beekeper](https://www.beekeeperstudio.io/)\n- [DBeaver](https://dbeaver.io/)\n- [decK](https://docs.konghq.com/deck/)\n    - *decK helps to manage [Kong](https://konghq.com/) configuration declaratively*\n- [Discord](https://discord.com/)\n- [Emote](https://snapcraft.io/install/emote/ubuntu)\n- [Flameshot](https://flameshot.org/)\n- [Google Chrome](https://www.google.com/intl/en/chrome/)\n- [Docker](https://www.docker.com/)\n- [Node.js](https://nodejs.org/en/)\n    - *using [nvm](https://github.com/nvm-sh/nvm) package*\n- [Notion](https://www.notion.so/)\n- [Postman](https://www.postman.com/)\n- [Python](https://www.python.org/)\n- [Serverless CLI](https://www.serverless.com/framework/docs/providers/aws/cli-reference)\n- [Slack](https://slack.com/)\n- [Spotify](https://www.spotify.com/)\n- [VS Code](https://code.visualstudio.com/)\n\n## Objective\nMake the necessary installations for the start of activities in a new environment.\n\n## Requirements\n- OS Linux/Ubunt;\n- Root User;\n- `git` command available (check the installation [here](#install-git-command))\n\n## Step by Step\n1. Open a terminal\n\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003et\u003c/kbd\u003e\n\n2. Navigate through your environment directory to the desired folder\n\n3. Clone this repository\n\n\u003e SSH\n```\ngit clone git@github.com:padupe/personal-setup.git\n```\n\n\u003e HTTPS\n```\ngit clone https://github.com/padupe/personal-setup.git\n```\n\n4. Open the Project\n```\ncd personal-setup\n```\n\n5. Grant access permission to the binary file `install.sh`\n```\nsudo chmod +x install.sh \n```\n\n6. Run the command:\n```\n./install.sh\n```\n\n7. Perform confirmations when necessary\n\n8. Done 🥳\n\n### Install `git` command\n\u003e Run only if you don't have the git command available in your environment\n\n1. Open a terminal\n\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003et\u003c/kbd\u003e\n\n2. Run the command:\n```\nsudo apt install git\n```\n\n### Optional Installations\n- [Gnome Terminal](https://github.com/padupe/personal-setup/blob/main/gnome-terminal.sh 'Gnome Terminal')\n\n    1 - Grant access permission to the binary file `gnome-terminal.sh`\n    ```\n    sudo chmod +x gnome-terminal.sh \n    ```\n\n    2 - Run the command:\n    ```\n    ./gnome-terminal.sh\n    ```\n\n    3 - Perform confirmations when necessary\n\n    4 - Done 🚀\n\n- [Oh My Zsh](https://github.com/padupe/personal-setup/blob/main/oh-my-zsh.sh 'Oh My Zsh')\n\n    1 - Grant access permission to the binary file `oh-my-zsh.sh`\n    ```\n    sudo chmod +x oh-my-zsh.sh \n    ```\n\n    2 - Run the command:\n    ```\n    ./oh-my-zsh.sh\n    ```\n\n    3 - Perform confirmations when necessary\n\n    4 - Done 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadupe%2Fpersonal-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadupe%2Fpersonal-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadupe%2Fpersonal-setup/lists"}