{"id":22901608,"url":"https://github.com/ryota-murakami/dotfiles","last_synced_at":"2025-05-08T01:46:33.043Z","repository":{"id":36559628,"uuid":"40865515","full_name":"ryota-murakami/dotfiles","owner":"ryota-murakami","description":"👨‍💻 My Mac OS X setup manual","archived":false,"fork":false,"pushed_at":"2025-05-08T01:40:33.000Z","size":78941,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T01:46:26.623Z","etag":null,"topics":["dotfiles","fish","fishshell","neobundle"],"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/ryota-murakami.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,"zenodo":null}},"created_at":"2015-08-17T05:08:17.000Z","updated_at":"2025-05-08T01:40:36.000Z","dependencies_parsed_at":"2023-09-27T19:13:51.172Z","dependency_job_id":"832dc49f-f9f8-4bab-97da-77bfd678d682","html_url":"https://github.com/ryota-murakami/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/ryota-murakami%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-murakami%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-murakami%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-murakami%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryota-murakami","download_url":"https://codeload.github.com/ryota-murakami/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983739,"owners_count":21835762,"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":["dotfiles","fish","fishshell","neobundle"],"created_at":"2024-12-14T01:38:43.272Z","updated_at":"2025-05-08T01:46:33.015Z","avatar_url":"https://github.com/ryota-murakami.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"On Clean Mac OS X\n=====================\n\nMy Mac OS X setup manual.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n\n- [1. Executable `sudo` without password.(using `sudo` into setup.sh)](#1-executable-sudo-without-passwordusing-sudo-into-setupsh)\n- [2. privilege](#2-privilege)\n- [3. Install Homebrew](#3-install-homebrew)\n- [4. clone dotfiles](#4-clone-dotfiles)\n- [5. Kick `setup.sh`(Homebrew required)](#5-kick-setupshhomebrew-required)\n- [6. Install Vim plugins](#7-install-vim-plugins)\n- [7. Install Nodebrew](#8-install-nodebrew)\n- [Extra. Any Manual Tasks](#extra-any-manual-tasks)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## 1. Executable `sudo` without password.(using `sudo` into setup.sh)  \n\n```sh\n$ sudo visudo\nPassword:\n\n# User privilege specification\nroot    ALL=(ALL) ALL\n%admin  ALL=(ALL) ALL\nryota.murakami ALL=(ALL) NOPASSWD: ALL\n\n:wq\n```\n\n\u003e see:\u003ca href=\"http://blog.bungu-do.jp/archives/2417\" target=\"_blank\"\u003ehttp://blog.bungu-do.jp/archives/2417\u003c/a\u003e\n\n## 2 privilege\n\n```sh\nsudo chown -R ryota.murakami /usr/local\n```\n\n## 3. Install Homebrew\n\n```sh\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n## 4. clone dotfiles\n\n```sh\ncd ~\ngit@github.com:ryota-murakami/dotfiles.git\n```\n\n## 5. Kick `setup.sh`([Homebrew](https://github.com/ryota-murakami/dotfiles/blob/master/README.md#3-install-homebrew) required)\n\n```sh\ncd dotfiles\n./setup.sh\n```\n\n**what's doing in `setup.sh`**\n\n- generate dotfile symboliclinks at home directory.\n- install all homebrew packages in Brewfile.\n- setting fish-shell as a login shell.\n  - re-open terminal to activation.\n- initialize git submodule.\n  - in order to \u003ca href=\"https://github.com/ryota-murakami/dotfiles/tree/master/.vim/bundle\" target=\"_blank\"\u003eneobundle.vim\u003c/a\u003e.\n\n## 7. Install Vim plugins\n\nopen `.vimrc`, execute folllowing.\n\n```sh\n:NeoBundleInstall\n```\n\ndefined installed pulugins at `.vimrc`.\ngit\n```vim\ncall neobundle#begin(expand('~/.vim/bundle'))\n    NeoBundle 'editorconfig/editorconfig-vim'\n    ~\ncall neobundle#end()\n```\n\n## 8. Install Nodebrew\nnodebrew is not provided by homebrew, therefore you have to setup along to the README. \nhttps://github.com/hokaccha/nodebrew\n\n\n## Extra. Any Manual Tasks\n\n- change `¥` to `\\` at OS X system config\n- install karabiner-elements\n- system prefefences \u003e hidden dock\n- system prefefences \u003e - to dark OS menu-bar \u0026 dock\n- terminal.app -\u003e Preference -\u003e Profiles -\u003e Keybord -\u003e ✔︎ Use Option as Meta Key\n- system prefefences \u003e keybord \u003e Shorcuts \u003e MIsson Control \u003e Show Notification Center `${F2}`\n- System Preferences \u003e Keybord \u003e App Shortcut \u003e Google Chrome.app \u003e press + button of window bottom \u003e type \"Developer Tools\" and set `^O` as a shortcut\n- System Preferences \u003e Keybord \u003e App Shortcut \u003e Others \u003e type action \"Log Out ryota...\" \u003e set `cmd + option + q` as shortcut\n  - OSX default shortcut `cmd + option + q` of \"Log Out ryota...\" is conflict my custom editor's \"close project\" shortcut \n  - See: https://apple.stackexchange.com/questions/210517/disable-shift-cmd-q-for-logout\n- Set `Unicode Hex Input` as a input soruce to remove all option key combination\n- Remove `cmd + shift + r` shortcut from Be Focus Pro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryota-murakami%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryota-murakami%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryota-murakami%2Fdotfiles/lists"}