{"id":14069493,"url":"https://github.com/joshjohanning/dotfiles","last_synced_at":"2025-10-23T15:42:21.822Z","repository":{"id":108233391,"uuid":"427983735","full_name":"joshjohanning/dotfiles","owner":"joshjohanning","description":"My dotfiles repository synced to Codespaces","archived":false,"fork":false,"pushed_at":"2024-11-06T17:17:25.000Z","size":61,"stargazers_count":9,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T07:11:50.273Z","etag":null,"topics":["codespaces","dotfiles","homebrew","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshjohanning.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}},"created_at":"2021-11-14T16:42:13.000Z","updated_at":"2024-11-06T17:17:28.000Z","dependencies_parsed_at":"2023-12-19T22:24:05.492Z","dependency_job_id":"2cc479f2-1c70-44f2-a615-dbef79318349","html_url":"https://github.com/joshjohanning/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshjohanning%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshjohanning%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshjohanning%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshjohanning%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshjohanning","download_url":"https://codeload.github.com/joshjohanning/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898031,"owners_count":20528331,"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","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":["codespaces","dotfiles","homebrew","shell","zsh"],"created_at":"2024-08-13T07:06:59.782Z","updated_at":"2025-10-23T15:42:21.815Z","avatar_url":"https://github.com/joshjohanning.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# dotfiles\n\nThis repository contains the dotfiles I use to configure my development environment and sync to [GitHub Codespaces](https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#dotfiles) (read more in my [blog post](https://josh-ops.com/posts/github-codespaces-powerlevel10k/)).\n\n## Setup\n\nThese are instructions on how to set up your local environment by creating symbolic links (symlinks) to the dotfiles in this repo:\n\n1. Create dotfiles repo, ie: `mkdir ~/dotfiles \u0026\u0026 cd ~/dotfiles \u0026\u0026 git init`\n2. Run the `ln -s` commands below to create the appropriate symlinks\n3. Commit your changes to the dotfiles repo\n\n```bash\nln -s ~/dotfiles/.zshrc ~/.zshrc\nln -s ~/dotfiles/.p10k.zsh ~/.p10k.zsh\nln -s ~/dotfiles/.gitconfig ~/.gitconfig\n```\n\n## Unlink\n\nTo remove the symlinks, run the following commands:\n\n```bash\nunlink ~/.zshrc\nunlink ~/.p10k.zsh\nunlink ~/.gitconfig\n```\n\n## dotfiles with GitHub Codespaces\n\n`install.sh` installs zsh plugins, copies over `.zshrc` and `.p10k.zsh`, and sets other defaults (like directory text color and time zone).\n\nMark `install.sh` as executable: `git add install.sh --chmod=+x`\n\nSee [link](https://burkeholland.github.io/posts/codespaces-dotfiles/) for more info\n\n## Brewfile\n\nRunning this command exports formulae, casks, and VS Code extensions to a file:\n\n```bash\n# creating a Brewfile\nbrew bundle dump --file=~/dotfiles/Brewfile --force\n# installing a Brewfile\nbrew bundle install --file=~/dotfiles/Brewfile\n```\n\n## VS Code\n\nMy default profile is saved as `Default.code-profile` (exported manually via Code \u003e Settings \u003e Profiles)\n\nExtensions are exported via the `brew` command above.\n\n## iTerm2\n\nMy iTerm2 profile is saved as `iterm2-profile.json` (exported manually via iTerm2 \u003e Settings \u003e Profiles \u003e Other Actions \u003e Save Profile as JSON)\n\n## GitHub CLI Extensions\n\nExporting a list of installed `gh` extensions:\n\n```bash\ngh extension list | awk '{print $3}' \u003e gh-extensions-list.txt\n```\n\n## Installing OhMyZsh\n\nIf OhMyZsh is not installed (e.g. on a new machine), run the following command:\n\n```bash\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n## Updating OhMyZsh and PowerLevel10k\n\n```bash\nomz update\ngit -C ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k pull\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshjohanning%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshjohanning%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshjohanning%2Fdotfiles/lists"}