{"id":28195993,"url":"https://github.com/tsunematsu21/dotfiles","last_synced_at":"2026-05-17T17:09:00.739Z","repository":{"id":204237498,"uuid":"711397948","full_name":"tsunematsu21/dotfiles","owner":"tsunematsu21","description":"🧑‍💻 My macOS dotfiles","archived":false,"fork":false,"pushed_at":"2025-05-09T10:49:00.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T13:55:24.382Z","etag":null,"topics":["dotfiles","dotfiles-macos","macos","macos-setup"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/tsunematsu21.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}},"created_at":"2023-10-29T06:11:02.000Z","updated_at":"2025-05-09T10:49:03.000Z","dependencies_parsed_at":"2025-07-11T13:23:59.390Z","dependency_job_id":"3663b0bd-0963-48af-aa4f-60b40d24e7a6","html_url":"https://github.com/tsunematsu21/dotfiles","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"a12e460ff3ade7ffc85771386630497122b38f2b"},"previous_names":["tsunematsu21/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsunematsu21/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunematsu21%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunematsu21%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunematsu21%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunematsu21%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsunematsu21","download_url":"https://codeload.github.com/tsunematsu21/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunematsu21%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273938075,"owners_count":25194609,"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-09-06T02:00:13.247Z","response_time":2576,"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-macos","macos","macos-setup"],"created_at":"2025-05-16T14:15:02.926Z","updated_at":"2026-05-17T17:08:55.718Z","avatar_url":"https://github.com/tsunematsu21.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nMy macOS dotfiles.\n\n## Setup instructions\n### 1. Command line operations\nMost operations are performed automatically by Makefile, but some operations must be performed manually.\n```sh\n# Get this repository\ngit clone ~/dotfiles\ncd ~/dotfiles\n\n# Setup system preferences, Install packages, Deploy dotfiles\nmake\n\n# Refresh shell\nexec -l $SHELL\n\n# Create SSH key with passphrase\nssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_tsunematsu21\n\n# Add SSH key to ssh-agent with passphrase\neval \"$(ssh-agent -s)\"\nssh-add --apple-use-keychain ~/.ssh/id_ed25519_tsunematsu21\n\n# Login to GitHub using CLI\ngh auth login\n\n# Add singing key to GitHub\ngh auth refresh -h github.com -s admin:ssh_signing_key\ngh ssh-key add ~/.ssh/id_ed25519_tsunematsu21.pub \\\n  --title tsunematsu21.pub-`date '+%Y%m%d'` \\\n  --type signing\n\n# Configure both an IAM Identity Center profile and sso-session \naws configure sso\n```\n\n### 2. Manual operations\nConfigure application settings.\n* **Warp**\n  * Settings \u003e Appearance\n    * Prompt: Shell prompt (PS1)\n    * Text \u003e Terminal font: FiraCode Nerd Font Mono\n* **Raycast**\n  * Settings \u003e Advanced\n    * Import / Export: Import the exported `.rayconfig` file\n\n\n## Useful commands\n```sh\n# Unstow(-D)/Restow(-R) the dotfiles.\nstow -v -t ~ -D aws gh git ssh starship zsh\nstow -v -t ~ -R aws gh git ssh starship zsh\n\n# List/Uninstall(--force) all dependencies not listed from the Brewfile.\nbrew bundle cleanup --file=./Brewfile\nbrew bundle cleanup --file=./Brewfile --force\n\n# Install LTS Node.js to global by asdf, and activate pnpm\nasdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git\nasdf install nodejs lts\nasdf global nodejs lts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsunematsu21%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsunematsu21%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsunematsu21%2Fdotfiles/lists"}