{"id":21851710,"url":"https://github.com/nberlette/codespace-dotfiles","last_synced_at":"2026-04-19T14:33:18.923Z","repository":{"id":111423354,"uuid":"500638278","full_name":"nberlette/codespace-dotfiles","owner":"nberlette","description":"Opinionated dotfiles for automated config of new GitHub Codespaces","archived":false,"fork":false,"pushed_at":"2025-06-22T06:28:34.000Z","size":1838,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-22T07:26:40.873Z","etag":null,"topics":["bash","bash-profile","bashrc","codespaces","codespaces-dotfiles","configuration-files","dotfiles","dotfiles-linux","shell","starship"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/nberlette.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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},"funding":{"ko_fi":"nberlette"}},"created_at":"2022-06-07T00:42:15.000Z","updated_at":"2025-05-31T14:29:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d5aec96-cb12-4df0-bbae-61d1f53f6f43","html_url":"https://github.com/nberlette/codespace-dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"nberlette/dotfiles","purl":"pkg:github/nberlette/codespace-dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fcodespace-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fcodespace-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fcodespace-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fcodespace-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nberlette","download_url":"https://codeload.github.com/nberlette/codespace-dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fcodespace-dotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266658053,"owners_count":23963622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["bash","bash-profile","bashrc","codespaces","codespaces-dotfiles","configuration-files","dotfiles","dotfiles-linux","shell","starship"],"created_at":"2024-11-28T01:09:51.511Z","updated_at":"2026-04-19T14:33:18.885Z","avatar_url":"https://github.com/nberlette.png","language":"Shell","funding_links":["https://ko-fi.com/nberlette"],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://cdn.berlette.com/svg/dotfiles.svg\" alt=\".\" height=\"44\" align=\"left\"\u003e `dotfiles`\n\nThese are just my personal dotfiles that I've converted into a starter template for other developers like yourself. If you like everything the way it is, just use this repository as-is. However, you're probably better off [generating your own dotfiles reposistory](https://github.com/nberlette/dotfiles/generate) using this as a template, so you can freely add/remove files and tweak things exactly as you like.\n\n## Gitpod: Automated Install\n\nThe setup is really simple - just add this repository URL to your [Preferences in Gitpod's Dashboard](https://gitpod.io/preferences). \n\n\u003e Screenshot of the dotfiles option's location in the dashboard is included below.\n\nWhenever you fire up a new workspace, Gitpod will clone and install the dotfiles for you ahead of time. This means you can get right into coding, rather than being forced to configure your terminal and such on each new workspace.\n\n**Open your [Gitpod Dashboard](https://gitpod.io/dashboard)**, and add this url to the field at the **bottom of the page**:\n\n       https://github.com/nberlette/dotfiles.git\n       \nAll the files will be located in `~/.dotfiles` (`/home/gitpod/.dotfiles`) inside a Gitpod Workspace. You'll nice the `.git` folder is still intact, giving you access to the commit history and remote origin, so it's really hassle-free to commit and push some changes right from with a running workspace!\n\n### Updating while in a running workspace\n\nIf you're running a workspace already and for some reason your remote origin has updated externally, try this:\n\n```bash\ncd ~/.dotfiles \u0026\u0026 git pull\n```\n\n### Something broken? Check the logs.\n\nIf you're encountering a bug or something just isn't working correctly, you can check logs in two places. Gitpod stores a log file located at `~/.dotfiles.log`, which may shed some light on what's going on during the install process when your workspaces are being built. Otherwise, the `install.sh` script pipes its stderr to timestamped files inside of the `~/.dotfiles` folder:\n\n```bash\n# logs are stored in timestamped files\ncd ~/.dotfiles\nls .*.log\n\n# .install.1650326691.log\n# .install.1650325105.log\n```\n\n### Location in the Gitpod Dashboard \n\n\u003cimg width=\"600\" alt=\"Screen Shot 2022-04-18 at 4 24 54 PM\" src=\"https://user-images.githubusercontent.com/11234104/163892596-e240193e-9fe0-442c-8f71-329c6d69dfe3.png\"\u003e\n\n---  \n\n## Manual Installation\n\nWant to install these dotfiles on an already-running workspace? That's cool too! Before proceeding to install them manually, you need to copy the files from this repository to your workspace.\n\n### Clone the repo\n\n```bash\ngh repo clone nberlette/dotfiles ~/.dotfiles\n```\n\n```bash\ngit clone --depth 1 https://github.com/nberlette/dotfiles.git ~/.dotfiles\n```\n\n### Run `install.sh`\n\n```bash\ncd ~/.dotfiles \u0026\u0026 ./install.sh\n```\n\n---\n\nMIT © [Nicholas Berlette](https://github.com/nberlette). Overly inspired by [`jessfraz/dotfiles`](https://github.com/jessfraz/dotfiles). Thanks Jess!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnberlette%2Fcodespace-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnberlette%2Fcodespace-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnberlette%2Fcodespace-dotfiles/lists"}