{"id":23167368,"url":"https://github.com/abeltay/dotfiles","last_synced_at":"2026-04-12T11:35:02.926Z","repository":{"id":46536823,"uuid":"171420675","full_name":"abeltay/dotfiles","owner":"abeltay","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-05T00:57:06.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T06:43:51.297Z","etag":null,"topics":["dotfiles","macos","tmux","tmux-conf","vim","vim-plug","vimrc","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/abeltay.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}},"created_at":"2019-02-19T06:46:31.000Z","updated_at":"2022-01-10T06:40:15.000Z","dependencies_parsed_at":"2023-02-01T05:05:12.124Z","dependency_job_id":null,"html_url":"https://github.com/abeltay/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/abeltay%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abeltay%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abeltay%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abeltay%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abeltay","download_url":"https://codeload.github.com/abeltay/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256108,"owners_count":20909240,"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","macos","tmux","tmux-conf","vim","vim-plug","vimrc","zshrc"],"created_at":"2024-12-18T02:27:58.350Z","updated_at":"2026-04-12T11:34:57.907Z","avatar_url":"https://github.com/abeltay.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n## Install\n1. (Optional) Backup your existing `.tmux.conf`, `.vimrc` and `.zshrc` in your home directory\n1. Change your shell to zsh `chsh -s /bin/zsh`. (Optional) Reload your terminal\n1. Clone and `cd` to this repo. Run `./install.sh`\n1. Install [homebrew](https://brew.sh/)\n1. `brew install tmux`\n1. Set up [vim-plug](https://github.com/junegunn/vim-plug#installation)\n1. In `vim`\n    - Run `:PlugInstall`\n    - Run `:GoInstallBinaries` to install [vim-go](https://github.com/fatih/vim-go)'s binaries\n\n### Mac\nThe default vim installed does not have clipboard feature installed. If you have brew, `brew install vim --without-perl --without-ruby`, copy with `\"*yy`\n\nAlternatively, here are some options,\n- Select text with `shift-v` and `Enter` then, `:w !pbcopy`\n- Use vim's selection. For example, `:.w !pbcopy` or `:,+1w !pbcopy`\n\n## Git configurations\nIn `.gitconfig`\n```\n[core]\n\texcludesfile = ~/.gitignore-global\n[user]\n\temail = \u003cemail\u003e\n\tname = \u003cname\u003e\n[includeIf \"gitdir:~/github/\"]\n\tpath = .gitconfig-personal\n```\n\nIn `.gitignore-global`\n```\n*.swp\n```\n\nIn `.gitconfig-personal`\n```\n[user]\n\temail = \u003cemail\u003e\n\tname = \u003cname\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabeltay%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabeltay%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabeltay%2Fdotfiles/lists"}