{"id":13753327,"url":"https://github.com/creasty/dotfiles","last_synced_at":"2025-06-14T09:09:11.908Z","repository":{"id":10913447,"uuid":"13211965","full_name":"creasty/dotfiles","owner":"creasty","description":"Stellar productivity","archived":false,"fork":false,"pushed_at":"2025-04-09T10:19:47.000Z","size":15733,"stargazers_count":103,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T07:53:57.283Z","etag":null,"topics":["ansible","coc","ddu-source","docker","dotfiles","lsp","macos","neovim","tmux","vim","vscode","zsh"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/creasty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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},"funding":{"github":"creasty","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2013-09-30T10:09:14.000Z","updated_at":"2025-04-09T10:19:51.000Z","dependencies_parsed_at":"2023-10-11T03:57:03.392Z","dependency_job_id":"38599183-ecc6-4938-8c8a-40784e3e6587","html_url":"https://github.com/creasty/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creasty/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creasty%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creasty%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creasty%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creasty%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creasty","download_url":"https://codeload.github.com/creasty/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creasty%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259790462,"owners_count":22911549,"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":["ansible","coc","ddu-source","docker","dotfiles","lsp","macos","neovim","tmux","vim","vscode","zsh"],"created_at":"2024-08-03T09:01:20.251Z","updated_at":"2025-06-14T09:09:11.903Z","avatar_url":"https://github.com/creasty.png","language":"Vim Script","readme":"![creasty's dotfiles](./docs/images/cover.png)\n\n# creasty's dotfiles\n\n[ci]: https://github.com/creasty/dotfiles/actions/workflows/provisioning.yml\n[ci-badge]: https://github.com/creasty/dotfiles/actions/workflows/provisioning.yml/badge.svg\n[platform-badge]: https://img.shields.io/badge/Platform-macOS-lightgrey\n[license]: ./LICENSE.txt\n[license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg\n\n[![Provisioning][ci-badge]][ci] ![Platform: macOS][platform-badge] [![License: MIT][license-badge]][license]\n\nThis repository contains my personal dotfiles configuration for macOS, featuring thoroughly tailored setups for NeoVim and Zsh with performance in mind.\n\n| Neovim (Kitty) | Zsh + tmux (Alacritty) |\n|---|---|\n| ![](./docs/images/screenshots/neovim.png) | ![](./docs/images/screenshots/tmux.png) |\n\n## Installation\n\n\u003cpre\u003e\u003ccode\u003e$ curl -L \u003ca href=\"https://dotfiles.creasty.com/provision\"\u003edotfiles.creasty.com/provision\u003c/a\u003e | bash\u003c/code\u003e\u003c/pre\u003e\n\n## Project structure\n\n### Main configuration directories\n\n- **`bin/`** : Custom executable scripts and commands (Added to system `PATH`)\n- **`config/*`** : XDG-compliant configuration files\n- **`home/*`** : Home directory dotfiles\n- **`nvim/`** : Neovim configurations\n- **`shell/`** : Shell environment configurations\n  - **`bash/*`** : Bash-specific configurations\n  - **`zsh/*`** : Zsh-specific configurations\n\n### Administrative directories\n\n- **`docs/`** : Setup documentation and resources\n- **`provisioning/`** : Ansible playbooks and tasks\n\n## Stats\n\n| | nvim | zsh |\n|---:|---|---|\n| Startup time | ~60ms | ~72ms |\n| Config size | 2,900 sloc | 700 sloc |\n| Original plugins | 10 plugins | 1,100 sloc of bin |\n| Third-party plugins | 36 plugins | 2 plugins + 5 hooks |\n\n### nvim\n\nOriginal plugins:\n- [mold.vim](https://github.com/creasty/mold.vim)\n- [opfmt](https://github.com/creasty/opfmt)\n- [auto_save.vim](./nvim/plugin/auto_save.vim)\n- [better_tagfunc.vim](./nvim/plugin/better_tagfunc.vim)\n- [blockwise_visual_insert.vim](./nvim/plugin/blockwise_visual_insert.vim)\n- [emacs_cursor.vim](./nvim/plugin/emacs_cursor.vim)\n- [file.vim](./nvim/plugin/file.vim)\n- [next_file.vim](./nvim/plugin/next_file.vim)\n- [project_dir.vim](./nvim/plugin/project_dir.vim)\n- [restore_buffer.vim](./nvim/plugin/restore_buffer.vim)\n\nThird-party plugins (excerpt):\n- [coc.nvim](https://github.com/neoclide/coc.nvim)\n- [copilot.vim](https://github.com/github/copilot.vim)\n- [ddu.vim](https://github.com/Shougo/ddu.vim)\n- [lexima.vim](https://github.com/cohama/lexima.vim)\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- [ultisnips](https://github.com/SirVer/ultisnips)\n\n\u003cdetails\u003e\n\n```sh-session\n$ hyperfine --warmup 3 --prepare 'sleep 0.1' 'nvim --headless -c quit'\n$ cloc --exclude-dir=dein,template nvim\n$ rg '^repo\\b.+\\bcreasty/' nvim/dein/*.toml\n$ rg --no-heading '^\\[\\[plugins' nvim/dein/*.toml | wc -l\n```\n\nProfiling:\n\n```sh-session\n$ nvim --headless --startuptime /dev/stdout -c quit\n```\n\n\u003c/details\u003e\n\n### zsh\n\nThird-party plugins/hooks:\n\n- [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting)\n- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)\n- [anyenv](https://github.com/anyenv/anyenv)\n    - [rbenv](https://github.com/rbenv/rbenv)\n    - [nodenv](https://github.com/nodenv/nodenv)\n    - [jenv](https://github.com/jenv/jenv)\n- [direnv](https://github.com/direnv/direnv)\n\n\u003cdetails\u003e\n\n```sh-session\n$ hyperfine --warmup 3 --prepare 'sleep 0.1' 'zsh -i -c exit'\n$ cloc --exclude-dir=plugins,bash --lang-no-ext=zsh shell\n$ cloc bin\n$ ls shell/zsh/plugins | wc -l\n```\n\nProfiling:\n\n```sh-session\n$ ZSH_PROF_ENABLED=1 zsh -i -c exit\n```\n\n\u003c/details\u003e\n\n## Author\n\nYuki Iwanaga / [@creasty](https://github.com/creasty)\n","funding_links":["https://github.com/sponsors/creasty"],"categories":["zsh"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreasty%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreasty%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreasty%2Fdotfiles/lists"}