{"id":48629098,"url":"https://github.com/devmatteini/dotfiles","last_synced_at":"2026-04-09T04:34:40.379Z","repository":{"id":103058116,"uuid":"237048686","full_name":"devmatteini/dotfiles","owner":"devmatteini","description":":wrench: dotfiles for ubuntu","archived":false,"fork":false,"pushed_at":"2026-03-13T21:45:22.000Z","size":1018,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-14T04:50:46.313Z","etag":null,"topics":["dotfiles","dotfiles-linux","ubuntu"],"latest_commit_sha":null,"homepage":null,"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/devmatteini.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-29T18:02:04.000Z","updated_at":"2026-03-13T21:45:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b211eb87-482b-4d1d-9c44-73a6a9bc7cd6","html_url":"https://github.com/devmatteini/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmatteini/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmatteini","download_url":"https://codeload.github.com/devmatteini/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31586405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dotfiles","dotfiles-linux","ubuntu"],"created_at":"2026-04-09T04:34:40.211Z","updated_at":"2026-04-09T04:34:40.370Z","avatar_url":"https://github.com/devmatteini.png","language":"Shell","readme":"# dotfiles\n\n:wrench: dotfiles for ubuntu\n\n## Installation\n\n:warning: Backup your current dotfiles, otherwise launching the installation script _will override them_!\n\n```bash\ngit clone https://github.com/devmatteini/dotfiles.git \u0026\u0026 cd dotfiles \u0026\u0026 ./bootstrap.sh\n```\n\nThe [`bootstrap.sh`](bootstrap.sh) script execute:\n\n1. [bootstrap/file_system.sh](bootstrap/file_system.sh) to create common directories\n2. [bootstrap/configs.sh](bootstrap/configs.sh) to create symlinks to home and config files\n3. [bootstrap/system-configs.sh](bootstrap/system-configs.sh) to create symlinks for system configs\n4. [bootstrap/dependencies.sh](bootstrap/dependencies.sh) to install basic dependencies\n5. [bootstrap/gnome-settings.sh](bootstrap/gnome-settings.sh) to configure GNOME settings\n\n### Ubuntu autoinstall\n\n1. Boot into Live Ubuntu image\n2. Configure Language, Accessibility, Keyboard, Network and then select **Try Ubuntu**\n3. Verify that the system works as expected\n4. Download and run the [`ubuntu-autoinstall.sh`](bootstrap/ubuntu-autoinstall.sh) script to generate the [configuration file](https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html)\n\n```bash\nwget https://raw.githubusercontent.com/devmatteini/dotfiles/refs/heads/main/bootstrap/ubuntu-autoinstall.sh\nchmod +x ubuntu-autoinstall.sh\n./ubuntu-autoinstall.sh\n```\n\n5. Open **Install Ubuntu** app and proceed to **Type of installation** section\n6. Select **Automated Install** and paste the configuration file URI from the script output\n7. Wait for validation, review the generated file and proceed with the installation\n\n## Shell\n\nCurrently using [`zsh`](https://www.zsh.org/).\nYou can customize it by editing [`configs/zsh`](configs/zsh/) files.\n\nAlternatively you can use [`configs/bash`](configs/bash/).\n\n## Prompt\n\nCurrently using [`starship`](https://github.com/starship/starship/).\nYou can customize it by editing [`configs/starship.toml`](configs/starship.toml).\n\nBy default if starship is not installed basic fallback prompt is available for both `bash` and `zsh`.\n\n## Terminal Emulator\n\nCurrently using [`WezTerm`](https://wezfurlong.org/wezterm/index.html).\nYou can customize it by editing [`configs/wezterm/wezterm.lua`](configs/wezterm/wezterm.lua).\n\nAlternatively you can use `gnome-terminal` and load its configuration by running:\n\n```bash\n./packages/gnome-terminal configs/gnome-terminal.dconf\n```\n\nTo export a new configuration follow [this article](https://gist.github.com/devmatteini/968981d95fd203905f7618ce67647e83) instructions.\n\n## Packages\n\nIf you didn't run the `bootstrap.sh` script, run:\n\n```bash\n./bootstrap/file_system.sh\n./bootstrap/dependencies.sh\n```\n\nTo install packages you can find scripts in [`packages/`](packages/).\n\n## GRUB Theme\n\nhttps://github.com/shvchk/poly-dark\n\n![grub-poly-dark](./assets/grub-poly-dark.png)\n\n## Inspired by\n\n- https://github.com/alrra/dotfiles\n- https://github.com/mathiasbynens/dotfiles\n- https://github.com/iacoware/dotfiles/\n- https://github.com/CoreyMSchafer/dotfiles\n- https://github.com/mrnugget/dotfiles\n- https://github.com/LukeSmithxyz/voidrice\n- https://github.com/Phantas0s/.dotfiles\n- https://github.com/basecamp/omakub\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmatteini%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmatteini%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmatteini%2Fdotfiles/lists"}