{"id":13544707,"url":"https://github.com/2nthony/dotfiles","last_synced_at":"2025-04-07T10:26:53.826Z","repository":{"id":40316876,"uuid":"420058178","full_name":"2nthony/dotfiles","owner":"2nthony","description":"My personal dotfiles, neovim, zsh, wezterm, etc.","archived":false,"fork":false,"pushed_at":"2024-11-05T14:25:44.000Z","size":1708,"stargazers_count":86,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-24T16:46:57.947Z","etag":null,"topics":["dotfiles","ide","lua","neovim","nvim","vim","vim-ide","vimrc","vue","web-ide","zellij"],"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/2nthony.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},"funding":{"github":"2nthony","patreon":null,"open_collective":null,"ko_fi":"2nthony","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.paypal.com/paypalme/evillt"]}},"created_at":"2021-10-22T10:32:39.000Z","updated_at":"2024-11-05T14:25:47.000Z","dependencies_parsed_at":"2023-11-15T04:31:34.056Z","dependency_job_id":"a8c85195-56d5-44ae-a5db-a2d32ae992d4","html_url":"https://github.com/2nthony/dotfiles","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2nthony","download_url":"https://codeload.github.com/2nthony/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247634359,"owners_count":20970513,"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","ide","lua","neovim","nvim","vim","vim-ide","vimrc","vue","web-ide","zellij"],"created_at":"2024-08-01T11:00:52.509Z","updated_at":"2025-04-07T10:26:53.803Z","avatar_url":"https://github.com/2nthony.png","language":"Lua","readme":"# 2nthony's dotfiles\n\n\u003cvideo src=\"https://user-images.githubusercontent.com/19513289/219951812-42953edf-2ab2-43d9-91fa-7bb546c3006c.mp4\" width=\"100%\"\u003e\u003c/video\u003e\n![cover1](https://cdn.jsdelivr.net/gh/2nthony/statics@main/uPic/Xnip2022-08-11_10-37-20y0XQlQ.jpg)\n![cover2](https://cdn.jsdelivr.net/gh/2nthony/statics@main/uPic/Xnip2023-01-18_20-41-19mxUvCj.jpg)\n\n\u003cp align=\"center\"\u003e\n  \u003csub\u003e\n    \u003csamp\u003e\n      \u003ca href=\"https://github.com/2nthony/vitesse.nvim\"\u003evitesse.nvim\u003c/a\u003e\n    \u003c/samp\u003e\n  \u003c/sub\u003e\n\u003c/p\u003e\n\n## [💤 LazyVim](https://lazyvim.org) ![](https://img.shields.io/badge/-0.10.x-29BC9B)\n\nFeatures:\n\n- [x] Refined keymaps for snippet(VS Code like)\n- [x] Partially support VS Code workspace settings\n\n### Setup\n\n1. Install [LazyVim](https://www.lazyvim.org/installation)\n2. Clone this repo and link `nvim` to `~/.config`\n\n```bash\ngit clone https://github.com/2nthony/dotfiles.git ~/yourclonedpath\nln -s ~/yourclonedpath/.config/nvim ~/.config\n```\n\n### Plugins\n\nAll plugins [plugins/](.config/nvim/lua/plugins).\n\n### Keymaps\n\n- [LazyVim keymaps](https://www.lazyvim.org/keymaps)\n- [Personal keymaps](.config/nvim/lua/keymaps.lua)\n- Press the `\u003cspace\u003e` key to check all\n\n#### General\n\n- `\u003cC-h\u003e` better `^`\n- `\u003cC-l\u003e` better `$`\n- `\u003cC-\\\u003e` open a float terminal\n- `\u003cs-m-j\u003e` copy line(s) down\n- `\u003cs-m-k\u003e` copy line(s) up\n\n## [WezTerm](https://wezfurlong.org/wezterm/)\n\nLink config\n\n```bash\nln -s ~/yourclonedpath/.config/wezterm ~/.config\n```\n\nLoad config\n\n```bash\necho 'return require(\"2nthony\")' \u003e ~/.wezterm.lua\n```\n\n## Zsh\n\n```bash\nln -s ~/yourclonedpath/.zshrc ~\n```\n\n- [oh my zsh](https://ohmyz.sh)\n- [antigen](https://github.com/zsh-users/antigen) - Plugin manager\n  - [zsh-z](https://github.com/agkozak/zsh-z) - Jump directory\n  - [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)\n  - [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)\n  - [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin#antigen)\n- [Maple Font](https://github.com/subframe7536/maple-font)\n  - [Nerd fonts](https://github.com/ryanoasis/nerd-fonts)\n- [ghq](https://github.com/2nthony/ghq) - GitHub repositories manager\n- [eza](https://github.com/eza-community/eza) - `ls` replacement\n- [nvm](https://github.com/nvm-sh/nvm) - Node.js version manager\n- [Starship](https://starship.rs) - Shell prompt UI\n\n## [Zed](https://github.com/zed-industries/zed)\n\nSettings and Keymaps\n\n```bash\nln -s ~/yourclonedpath/.config/zed/settings.json ~/.config/zed\nln -s ~/yourclonedpath/.config/zed/keymap.json ~/.config/zed\n```\n\n## Credit\n\n- [打造 neovim IDE (Chinese)](https://www.bilibili.com/video/BV1WY411P736/?spm_id_from=333.788)\n- [craftzdog/dotfiles-public](https://github.com/craftzdog/dotfiles-public)\n- [ayamir/nvimdots](https://github.com/ayamir/nvimdots)\n\n## About\n\n\u003e GitHub [2nthony](https://github.com/2nthony) · Twitter [\\_2nthony](https://twitter.com/_2nthony)\n","funding_links":["https://github.com/sponsors/2nthony","https://ko-fi.com/2nthony","https://www.paypal.com/paypalme/evillt"],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2nthony%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fdotfiles/lists"}