{"id":16801550,"url":"https://github.com/vascoalramos/dotfiles","last_synced_at":"2026-04-17T17:31:12.882Z","repository":{"id":59030023,"uuid":"270306589","full_name":"vascoalramos/dotfiles","owner":"vascoalramos","description":"Scripts to simplify setting up new machines of mine","archived":false,"fork":false,"pushed_at":"2024-10-22T09:32:09.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T08:48:04.760Z","etag":null,"topics":["bash-script","dotfiles","shell","zsh"],"latest_commit_sha":null,"homepage":"","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/vascoalramos.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":"2020-06-07T12:56:49.000Z","updated_at":"2024-10-22T09:32:13.000Z","dependencies_parsed_at":"2024-10-23T04:22:55.286Z","dependency_job_id":null,"html_url":"https://github.com/vascoalramos/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vascoalramos/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vascoalramos%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vascoalramos%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vascoalramos%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vascoalramos%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vascoalramos","download_url":"https://codeload.github.com/vascoalramos/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vascoalramos%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31938596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bash-script","dotfiles","shell","zsh"],"created_at":"2024-10-13T09:37:09.264Z","updated_at":"2026-04-17T17:31:12.859Z","avatar_url":"https://github.com/vascoalramos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My dotfiles\n\n![Screenshot of my shell prompt](https://i.imgur.com/yec0STZ.png)\n\n## Installation\n\n**Warning:** If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don't want or need. Don't blindly use my settings unless you know what that entails. Use it at your own risk!\n\n### Using Git\n\nYou can clone the repository wherever you want. The bootstrapper script will pull in the latest version and copy the files to your home folder.\n\n```bash\ngit clone https://github.com/vascoalramos/dotfiles.git \u0026\u0026 cd dotfiles \u0026\u0026 sh setup.sh\n```\n\nTo update, `cd` into your local `dotfiles` repository and then:\n\n```bash\ngit pull origin master \u0026\u0026 sh setup.sh\n```\n\n### Git-free install\n\nTo install these dotfiles without Git:\n\n```bash\ncurl -#L https://github.com/vascoalramos/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={LICENSE} \u0026\u0026 sh setup.sh\n```\n\nTo update later on, just run that command again.\n\n## Tools \u0026 Software\n\n\u003cdetails\u003e\n\u003csummary\u003ePackage Managers\u003c/summary\u003e\n\n-   [Snap](https://snapcraft.io/)\n-   [Pip](https://pypi.org/project/pip/)\n-   [Pipenv](https://pypi.org/project/pipenv/)\n-   [Npm](https://www.npmjs.com/)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI Tools \u0026 Utilities\u003c/summary\u003e\n\n-   [ZSH](https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH)\n-   [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)\n-   [Spaceship Prompt for ZSH](https://github.com/denysdovhan/spaceship-prompt)\n-   [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)\n-   [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eBrowsers\u003c/summary\u003e\n\n-   [Chromium](https://www.chromium.org/Home/)\n-   [Firefox](https://www.mozilla.org/en-US/firefox/new/)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDevelopment\u003c/summary\u003e\n\n-   [Visual Studio Code](https://code.visualstudio.com/)\n-   [PyCharm](https://www.jetbrains.com/pycharm/)\n-   [IntelliJ](https://www.jetbrains.com/idea/)\n-   [Postman](https://www.getpostman.com/)\n-   [Docker](https://docs.docker.com/engine/install/ubuntu/)\n-   [Docker Compose](https://docs.docker.com/compose/install/#install-using-pip)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCommunication\u003c/summary\u003e\n\n-   [Slack](https://slack.com/)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMiscellaneous\u003c/summary\u003e\n\n-   [Spotify](https://www.spotify.com/)\n\n\u003c/details\u003e\n\n## Feedback\n\nSuggestions and/or improvements [welcome](https://github.com/vascoalramos/dotfiles/issues)!\n\n## Author\n\n-   **Vasco Ramos:** [vascoalramos](https://github.com/vascoalramos)\n\n## Acknowledgments\n\n-   [Mathias Bynens](https://mathiasbynens.be/) and his [dotfiles](https://github.com/mathiasbynens/dotfiles) repository\n-   [Zell Liew](https://zellwk.com/) and his [dotfiles](https://github.com/zellwk/dotfiles) repository\n-   [Brittany Chiang](https://brittanychiang.com/) and her [dotfiles](https://github.com/bchiang7/dotfiles) repository\n-   [João Marques](https://jmarques.icu/) and his [machine-setup](https://github.com/joao-p-marques/machine-setup) repository\n-   [Atlassian Dotfiles Tutorial](https://www.atlassian.com/git/tutorials/dotfiles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvascoalramos%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvascoalramos%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvascoalramos%2Fdotfiles/lists"}