{"id":16595406,"url":"https://github.com/nissy-dev/dotfiles","last_synced_at":"2026-03-18T20:47:57.686Z","repository":{"id":45794931,"uuid":"205682098","full_name":"nissy-dev/dotfiles","owner":"nissy-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-20T04:09:39.000Z","size":134,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T15:37:56.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","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/nissy-dev.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":"2019-09-01T13:45:27.000Z","updated_at":"2025-07-20T04:09:43.000Z","dependencies_parsed_at":"2024-08-18T05:21:07.937Z","dependency_job_id":"1b54c408-2af2-40b0-a962-006db1f9a1c5","html_url":"https://github.com/nissy-dev/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nissy-dev/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy-dev%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy-dev%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy-dev%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy-dev%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nissy-dev","download_url":"https://codeload.github.com/nissy-dev/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy-dev%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29298688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T12:23:18.846Z","status":"ssl_error","status_checked_at":"2026-02-10T12:23:06.082Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-11T23:50:02.106Z","updated_at":"2026-03-18T20:47:57.661Z","avatar_url":"https://github.com/nissy-dev.png","language":"Vim Script","readme":"# dotfiles\n\n## 環境構築手順\n\n### 諸々の設定\n\nキーボードはUS配列の場合\n\n- このMacについて \u003e ソフトウェアアップデート\n- App Store \u003e すべてアップデート\n  - Apple Storeにログインしておく\n- システム環境設定 \u003e キーボード \u003e ショートカット\n  - 入力ソース \u003e 前の入力ソースを選択 のショートカットを `command + space` に\n  - Spotlight \u003e Spotlight検索を表示 のショートカットを `control + space` に\n- システム環境設定 \u003e キーボード \u003e キーボード \u003e 修飾キー\n  - Caps LockとControlを入れ替える\n- システム環境設定 \u003e ディスプレイ \u003e ディスプレイ\n  - 「輝度を自動調整」をOFF\n- システム環境設定 \u003e サウンド \u003e サウンドエフェクト\n  - 「起動時にサウンドを再生」をOFF\n\n### Homebrewでツールのインストール\n\n```sh\n$ mkdir -p ~/code/github.com/nissy-dev/dotfiles\n$ cd ~/code/github.com/nissy-dev/dotfiles \n$ git clone https://github.com/nissy-dev/dotfiles.git\n$ make brew\n```\n\n### dotfilesの設定\n\n```sh\n$ make dotfiles\n$ source ~/.zshrc\n```\n\n### Mac関連の設定\n\n再起動をすると全ての設定が反映される\n\n```sh\n$ make mac\n```\n\n### IME のインストール\n\nGoogle の日本語 IME は、次のサイトからインストールできる。  \nHomebrew 経由ではうまくインストールできなかったため手動でインストールする  \nリンク: https://www.google.co.jp/ime/\n\n### VSCodeの設定\n\n- Codeコマンドをインストール\n  - Command + P で `\u003e code`と打ち込むと出てくる\n- 拡張機能をインストール\n  - `make code` でインストールできる\n\n### 1Password の設定\n\n- [Chrome 拡張](https://chromewebstore.google.com/detail/1password-%E2%80%93-password-mana/aeblfdkhhhdcdjpifhhbdiojplfjncoa)をインストール\n- [ssh agent の設定](https://blog.jxck.io/entries/2025-11-13/ssh-signing.html)\n  - valut は `op vault list` で取得できる uuid で登録する\n\n### グローバルに入れそうなツール\n\n```sh\n$ mise use -g go@latest\n$ mise use -g aws-cli@latest\n$ mise use -g gcloud@latest\n$ mise use -g terraform@latest\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnissy-dev%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnissy-dev%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnissy-dev%2Fdotfiles/lists"}