{"id":18509140,"url":"https://github.com/dietrichm/dotfiles","last_synced_at":"2025-04-09T03:32:24.184Z","repository":{"id":41285142,"uuid":"222291363","full_name":"dietrichm/dotfiles","owner":"dietrichm","description":"💻 Configuration for a programming environment built around kitty and Neovim.","archived":false,"fork":false,"pushed_at":"2025-04-03T14:31:08.000Z","size":1969,"stargazers_count":9,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T21:44:48.769Z","etag":null,"topics":["dotfiles","kitty","lua","neovim","nvim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/dietrichm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-17T18:14:29.000Z","updated_at":"2025-04-03T14:31:12.000Z","dependencies_parsed_at":"2023-10-14T19:51:41.089Z","dependency_job_id":"ec7fdaed-0f97-4e5b-bb27-265eee6bb505","html_url":"https://github.com/dietrichm/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/dietrichm%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietrichm%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietrichm%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietrichm%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dietrichm","download_url":"https://codeload.github.com/dietrichm/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973945,"owners_count":21026738,"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","kitty","lua","neovim","nvim","zsh"],"created_at":"2024-11-06T15:16:36.064Z","updated_at":"2025-04-09T03:32:24.176Z","avatar_url":"https://github.com/dietrichm.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💻 dotfiles\n\nThis repository contains configuration files and [Lua](https://neovim.io/doc/user/lua.html) code for my programming environment on Linux.\nThe centrepieces of this environment are [kitty](https://sw.kovidgoyal.net/kitty/) and [Neovim](https://neovim.io/).\n\nIf you are looking for my Neovim config, you can find it in [`nvim/.config/nvim`](nvim/.config/nvim).\n\n## Dependencies\n\nThe following is required for installing and using these dotfiles:\n\n * Linux\n * git\n * zsh\n * make\n * [Stow](http://www.gnu.org/software/stow/)\n\n### Optional\n\n[fzf](https://github.com/junegunn/fzf) will be used in zsh when installed (i.e. using a package manager).\n\nDepending on which [config packages](#config-packages) are installed, these dependencies are also required:\n\n * `git`\n     * GnuPG\n     * [Delta](https://github.com/dandavison/delta)\n     * [bat](https://github.com/sharkdp/bat) for updated syntax files\n * `kitty`\n     * [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)\n * `nvim`\n     * [ripgrep](https://github.com/BurntSushi/ripgrep)\n     * [Language servers](#language-servers-lsp) depending on the desired languages\n     * [wl-clipboard](https://github.com/bugaevc/wl-clipboard)\n\n## Installation\n\n * In the repo, execute `git submodule update --init`.\n * Edit `~/.zshenv` to read `export ZDOTDIR=\"$HOME/repos/dotfiles/zsh\"` (adapt directory).\n * Execute `make` in the repo to install all [config packages](#config-packages).\n\n### Config packages\n\nThe following (Stow based) config packages are available:\n\n* `containers`\n* `dig`\n* `direnv`\n* `git`\n* `helix`\n* `kitty`\n* `nvim`\n* `ranger`\n* `ssh`\n\nRunning `make` installs all of them.\nIf you wish to only install specific packages, pass them as additional arguments to make, i.e.: `make ssh git`.\n\n### Updating\n\nRun `nvim +PaqUpdate` to update all plugins.\n\n## Language Servers (LSP)\n\nNeovim's internal LSP client is used to provide code intelligence and completion using [language servers](https://langserver.org/).\n\nDepending on the languages used, the following language server binaries need to be installed manually:\n\n* Go ([gopls](https://pkg.go.dev/golang.org/x/tools/gopls)): `go install golang.org/x/tools/gopls@latest`\n* Python ([Basedpyright](https://docs.basedpyright.com/)): `pip install basedpyright`\n* PHP ([Intelephense](https://intelephense.com/)): `npm i -g intelephense`\n* TypeScript and JavaScript ([TypeScript Language Server](https://github.com/typescript-language-server/typescript-language-server)): `npm i -g typescript typescript-language-server`\n* Lua ([lua-language-server](https://github.com/luals/lua-language-server)): see [installation instructions](https://github.com/luals/lua-language-server/wiki/Getting-Started#command-line). Create the wrapper script as `~/bin/lua-language-server`.\n* Markdown ([Marksman](https://github.com/artempyanykh/marksman)): see [installation instructions](https://github.com/artempyanykh/marksman/blob/main/docs/install.md)\n* Tailwind CSS ([tailwindcss/language-server](https://github.com/tailwindlabs/tailwindcss-intellisense)): `npm i -g @tailwindcss/language-server`\n\n## Custom configuration\n\n### Neovim\n\nProject local configuration can be set in `.nvim.lua` or `.nvimrc`.\nNeovim also reads [EditorConfig](https://editorconfig.org/) files.\n\n### zsh\n\nGiven direnv is installed, specific environment variables can be exported in `.envrc` files which are loaded automatically upon entering the (sub)directory.\n\n### git\n\nA `git/local.inc` file can be used to set custom git configuration values.\nHere you can use [conditional includes](https://git-scm.com/docs/git-config#_conditional_includes) to set configuration per directory:\n\n```gitconfig\n# vi: ft=gitconfig\n\n[user]\n\temail = me@example.com\n[includeIf \"gitdir:~/foo/bar/\"]\n\tpath = ~/foo/bar/.gitconfig\n```\n\n### universal-ctags\n\nAside from common global configuration options set in `nvim/.config/ctags/global.ctags`, additional project-level parameters can be defined within `.ctags.d/*.ctags` files.\nThis allows to exclude i.e. compiled or vendor source files using more `--exclude=` options.\n\n## License\n\nCopyright 2021, Dietrich Moerman.\n\nReleased under the terms of the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdietrichm%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdietrichm%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdietrichm%2Fdotfiles/lists"}