{"id":30143757,"url":"https://github.com/eason-dev/dotfiles","last_synced_at":"2025-08-11T07:06:04.697Z","repository":{"id":56909123,"uuid":"79631348","full_name":"eason-dev/dotfiles","owner":"eason-dev","description":"My unix config files :heart:","archived":false,"fork":false,"pushed_at":"2024-03-24T23:25:16.000Z","size":113,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T22:37:25.577Z","etag":null,"topics":["dotfiles","gitconfig","tmux-conf","vimrc","zshrc"],"latest_commit_sha":null,"homepage":"","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/eason-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}},"created_at":"2017-01-21T07:36:12.000Z","updated_at":"2023-03-08T22:11:24.000Z","dependencies_parsed_at":"2024-11-24T17:11:57.062Z","dependency_job_id":"79e7c78d-3288-4828-84dc-ae9a1d457000","html_url":"https://github.com/eason-dev/dotfiles","commit_stats":null,"previous_names":["eason-dev/dotfiles","kamigami55/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eason-dev/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eason-dev","download_url":"https://codeload.github.com/eason-dev/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269844098,"owners_count":24484132,"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-08-11T02:00:10.019Z","response_time":75,"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","gitconfig","tmux-conf","vimrc","zshrc"],"created_at":"2025-08-11T07:05:59.199Z","updated_at":"2025-08-11T07:06:04.681Z","avatar_url":"https://github.com/eason-dev.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nMy unix config files :heart:\n\n- Shell: **[zsh](https://github.com/zsh-users/zsh)**\n- Zsh plugin manager: **[antigen](https://github.com/zsh-users/antigen)**\n- Editor: **[vim](https://github.com/vim/vim)**\n- Vim plugin manager: **[vim-plug](https://github.com/junegunn/vim-plug)**\n- Terminal mutiplexer: **[tmux](https://github.com/tmux/tmux)**\n- Tmux plugin manager: **[tpm](https://github.com/tmux-plugins/tpm)**\n\n## Prerequisite\n\n- brew\n- zsh (MacOS built-in)\n- vim (MacOS built-in)\n- tmux\n- Powerline font\n\n### Prerequisite - Install tmux\n\nOn Mac, we install tmux using brew, Let's install brew first:\n\nhttps://brew.sh/index_zh-tw.html\n\n```\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\nThen, install tmux:\n\n```\nbrew install tmux\n```\n\n### Prerequisite - Install Powerline font\n\nThis is for my zsh theme\n\nhttps://github.com/Homebrew/homebrew-cask-fonts\n\n```\nbrew tap homebrew/cask-fonts\nbrew install font-menlo-for-powerline\n```\n\nThen change font of shell (in my case iTerms2) to **Source Code Pro for Powerline**\n\n## Install\n\n```\ncd ~\ngit clone https://github.com/Kamigami55/dotfiles/\ncd dotfiles\n./install.sh\n```\n\n不過還有一些安裝步驟尚未自動化，需要手動操作：\n\n\nvim編輯器我用**vim-plug**來管理套件，需要手動下指令來安裝套件：\n\n```\nvim\n:PlugInstall\n```\n\ntmux我使用**tpm**來管理套件，也需要手動下指令來安裝套件（注意**a,I**大小寫）：\n\n```\ntmux\n\u003cCtrl+a\u003e + \u003cI\u003e\n```\n\nInstall zsh autojump\n\nhttps://github.com/wting/autojump#os-x\n\n```\nbrew install autojump\n```\n\n## Advanced configuration\n\nCreate .zshrc.local to set machine local configs\n\nLike: Enabling nvm, Set prombt background color for this machine\n\n```\ncp .zshrc.local.example .zshrc.local\n```\n\n而zsh的plugin會在下次使用zsh時自動安裝\n\n## Uninstall\n\n**uninstall.sh** 會刪除所有 **install.sh** 建立的 soft links\n\n```\ncd ~/dotfiles\n./uninstall.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feason-dev%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feason-dev%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feason-dev%2Fdotfiles/lists"}