{"id":21437417,"url":"https://github.com/keidrun/dotfiles","last_synced_at":"2026-04-12T07:32:14.426Z","repository":{"id":96381335,"uuid":"85054393","full_name":"keidrun/dotfiles","owner":"keidrun","description":"Developer's quick starter for your NEW MacBook.","archived":false,"fork":false,"pushed_at":"2022-07-27T09:14:33.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T22:24:23.454Z","etag":null,"topics":["anyenv","bash-profile","bashrc","dotfiles","homebrew","iterm","macbook","starter","vscode"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/keidrun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-03-15T09:36:32.000Z","updated_at":"2022-01-08T18:05:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc3332cd-e123-4eeb-bed5-a34df306927b","html_url":"https://github.com/keidrun/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keidrun/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keidrun%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keidrun%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keidrun%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keidrun%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keidrun","download_url":"https://codeload.github.com/keidrun/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keidrun%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":["anyenv","bash-profile","bashrc","dotfiles","homebrew","iterm","macbook","starter","vscode"],"created_at":"2024-11-23T00:19:39.442Z","updated_at":"2026-04-12T07:32:14.393Z","avatar_url":"https://github.com/keidrun.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The dotfiles\n\nDeveloper's quick starter for your NEW MacBook.\nYou can set up your MacBook quickly and easily after you bought it.\n\n## Prerequisite\n\n- OS: macOS Catalina over 10.15\n- Git installed\n- Not only `bash` but also `zsh` works\n\n## How to install only dotfiles\n\nType the following command on your terminal then close the terminal.\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/keidrun/dotfiles/master/install.sh | bash\n```\n\nAfter that, you need install [Homebrew](https://brew.sh/ 'Homebrew'), [peco](https://github.com/peco/peco 'peco'), [z](https://github.com/rupa/z 'z'), [ccat](https://github.com/jingweno/ccat 'ccat') and [trash](http://hasseg.org/trash/ 'trash') by yourselef.\n\n## How to install all application as same as my cool MacBook Pro\n\n### Step1. Install dotfiles. After installing, close the terminal\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/keidrun/dotfiles/master/install.sh | bash\nrelogin\n```\n\n### Step2. Install [Brewfile](https://github.com/Homebrew/homebrew-bundle 'Brewfile')\n\n```bash\ncd dotfiles/\nsudo bash ./bin/brew-install.sh \u0026\u0026 bash ./bin/brew-install-bundle.sh\nrelogin\nsudo xcodebuild -license accept\n```\n\nNOTE: If you are a Japanese speaker and use a US keyboard, I recommend [ei-kana](https://ei-kana.appspot.com/ 'ei-kana') instead of [karabiner](https://pqrs.org/osx/karabiner/index.html.ja 'karabiner').\n\n### Step3. Install [sdkman](https://github.com/sdkman/sdkman-cli 'sdkman')\n\n```bash\nsudo bash ./bin/sdk-install.sh\n```\n\n### Step4. Install [anyenv](https://github.com/riywo/anyenv 'anyenv')\n\n```bash\nbash ./bin/anyenv-install.sh\nrelogin\nbash ./bin/anyenv-install-*env.sh\nrelogin\nbash ./bin/anyenv-install-ruby.sh \u0026\u0026 bash ./bin/anyenv-install-python.sh \u0026\u0026 bash ./bin/anyenv-install-node.sh \u0026\u0026 bash ./bin/anyenv-install-go.sh\n```\n\n### Step5. Install some CLI tools\n\n```bash\nbash ./bin/cli-tools-install.sh\n```\n\n### Step6. Set up Git and GitHub manually\n\n- Set your name and your email to `user.name` and `user.email` in `.gitconfig`.\n- Set your GitHub's token to `HOMEBREW_GITHUB_API_TOKEN` in `.zshrc`.\n\n### Step7. Set up Visual Studio Code\n\n```bash\nbash ./bin/code-setup.sh \u0026\u0026 bash ./bin/code-install-extensions.sh\n```\n\nAfter that, you just enjoy to develop.\n\n## Reset dotfiles\n\nYou can reset dotfiles and vim settings as default.\n\n```bash\nbash ./bin/reset-dotfiles.sh \u0026\u0026 bash ./bin/vim-install-packages.sh\n```\n\nNOTE: Existing dotfiles (`.zshrc`, `.bash_profile`, `.bashrc`, `.gitconfig`, `.vimrc` and so on) will be moved to `backup` directory.\n\n## Optional Settings for Fish\n\nIf you'd like to use `fish` instead of `zsh`, this provides next settings as follows.\n\n```bash\necho /usr/local/bin/fish | sudo tee -a /etc/shells # enable fish shell\nfish\nfish ./bin/fisher-install.fish\nfish ./bin/fish-setup.fish\nchsh -s (which fish) # change default shell to fish\n```\n\nThe above settings are not perfect so far because I use `zsh`. You also have to convert your `.zshrc` to the `config.fish`.\n\n## Changelog\n\n### 1. [Deprecated] Sync Sublime Text settings on Dropbox\n\nI don't longer use Sublime Text. I recommend to use Visual Studio Code instead.\n\nIf you'd still like to use Sublime Text, on the promise that you put your settings on `~/Dropbox/SyncSettings/Sublime/User`, you can sync settings after you install Sublime Text and Package Control.\n\n```bash\nbash ./bin/dropbox-link-sublime3.sh\n```\n\n### 2. [Updated] Changed all settings for Zsh\n\nThe default interactive shell became `zsh` on macOS Catalina so every setting was changed for `zsh`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeidrun%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeidrun%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeidrun%2Fdotfiles/lists"}