{"id":22158151,"url":"https://github.com/claydugo/dotfiles","last_synced_at":"2025-07-26T08:32:17.198Z","repository":{"id":58755355,"uuid":"215575254","full_name":"claydugo/dotfiles","owner":"claydugo","description":"dotfiles for nvim, tmux, bash, etc.","archived":false,"fork":false,"pushed_at":"2025-06-06T13:26:32.000Z","size":10846,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-24T15:23:24.911Z","etag":null,"topics":["aliases","bash","config","dotfiles","dotfiles-linux","dotfiles-macos","lua","neovim","nvim","tmux"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/claydugo.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":"2019-10-16T14:56:02.000Z","updated_at":"2025-06-06T13:26:34.000Z","dependencies_parsed_at":"2024-02-08T17:30:50.131Z","dependency_job_id":"8506f774-c91b-41dd-8c8e-8147395e4dd0","html_url":"https://github.com/claydugo/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/claydugo/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claydugo%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claydugo%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claydugo%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claydugo%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claydugo","download_url":"https://codeload.github.com/claydugo/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claydugo%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267140648,"owners_count":24041970,"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-07-26T02:00:08.937Z","response_time":62,"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":["aliases","bash","config","dotfiles","dotfiles-linux","dotfiles-macos","lua","neovim","nvim","tmux"],"created_at":"2024-12-02T03:19:40.656Z","updated_at":"2025-07-26T08:32:16.813Z","avatar_url":"https://github.com/claydugo.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n![20221228](dotfiles.png)\n\n![20221228](dots_macos.png)\n\nMy auto-installer is located at `scripts/setup.sh`\n\n```bash\n\n$ tree -a -I '.git|ramona|karabiner'\n.\n├── .aliases\n├── .bashrc\n├── .config\n│   ├── alacritty\n│   │   └── alacritty.yml\n│   ├── kitty\n│   │   └── kitty.conf\n│   ├── MangoHud\n│   │   └── MangoHud.conf\n│   ├── nvim\n│   │   ├── init.lua\n│   │   ├── lazy-lock.json\n│   │   └── lua\n│   │       ├── langserver_icons.lua\n│   │       ├── lazy_manager.lua\n│   │       ├── maps.lua\n│   │       ├── maps_plugin.lua\n│   │       ├── options.lua\n│   │       └── plugins\n│   │           ├── barbecue.lua\n│   │           ├── browsher.lua\n│   │           ├── copilot.lua\n│   │           ├── gitsigns.lua\n│   │           ├── lsp.lua\n│   │           ├── lualine.lua\n│   │           ├── markdown.lua\n│   │           ├── mini.lua\n│   │           ├── telescope.lua\n│   │           ├── tip_of_my_buffer.lua\n│   │           ├── tokyonight.lua\n│   │           ├── treesitter.lua\n│   │           └── vimwiki.lua\n│   ├── .ripgreprc\n│   ├── starship.toml\n│   └── warp-terminal\n│       └── keybindings.yaml\n├── dotfiles.png\n├── dots_macos.png\n├── .gitconfig\n├── .gitignore\n├── .gitmodules\n├── .ipython\n│   ├── __init__.py\n│   └── profile_default\n│       └── startup\n│           └── 00-conf.py\n├── .linux_aliases\n├── .local\n│   └── bin\n│       └── build_nvim.sh\n├── .mac_aliases\n├── .pre-commit-config.yaml\n├── README.md\n├── scripts\n│   └── setup.sh\n├── .tmux.conf\n└── .tmux-ssh.conf\n\n15 directories, 43 files\n```\n\n#### Dependencies\n* [neovim](https://neovim.io/)\n* [tmux](https://github.com/tmux/tmux/wiki)\n* [starship](https://starship.rs)\n* [eza](https://eza.rocks/)\n\n#### Submodules\n\nClone with submodules:\n\n`git clone --recurse-submodules -j8 git@github.com:claydugo/dotfiles.git`\n\nafter cloning:\n\n`git submodule update --init`\n\nafter updates\n\n`git submodule update --remote`\n\n#### Old NVIM configurations\n\n[Custom Bubble Theme](https://github.com/claydugo/dotfiles/tree/c3a7fd79d0722f6af88129d9861a21a8f20ef223)\n\n[Switch from init.vim to init.lua](https://github.com/claydugo/dotfiles/commit/9803e70ab5df4f5db7f9da858a3c670d378daf0b)\n\n[Switch from packer.nvim to lazy.nvim](https://github.com/claydugo/dotfiles/commit/00000000a6b60527c21ba36515c93c71869ae253)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaydugo%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaydugo%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaydugo%2Fdotfiles/lists"}