{"id":24382112,"url":"https://github.com/pulsar17/dotfiles","last_synced_at":"2026-05-02T17:38:05.257Z","repository":{"id":38321203,"uuid":"502347704","full_name":"pulsar17/dotfiles","owner":"pulsar17","description":"Configuration for my editor and shell","archived":false,"fork":false,"pushed_at":"2024-01-17T11:25:52.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T09:16:43.046Z","etag":null,"topics":["dotfiles","neovim","vim","vim-configuration"],"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/pulsar17.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}},"created_at":"2022-06-11T12:51:35.000Z","updated_at":"2022-06-12T13:49:40.000Z","dependencies_parsed_at":"2024-01-17T12:46:20.456Z","dependency_job_id":"89304278-ab21-4d3e-a86e-0391c295c6a5","html_url":"https://github.com/pulsar17/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/pulsar17%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsar17%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsar17%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsar17%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulsar17","download_url":"https://codeload.github.com/pulsar17/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243249008,"owners_count":20260768,"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","neovim","vim","vim-configuration"],"created_at":"2025-01-19T09:16:47.799Z","updated_at":"2026-05-02T17:38:05.229Z","avatar_url":"https://github.com/pulsar17.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## pulsar17's dotfiles\nThese are my dotfiles. Feel free to choose and pick from them and make your system your own!\n\n### How to use\nI manage my configs using GNU [stow](https://www.gnu.org/software/stow/). To install it on Debian and its derivatives, run:\n\n```bash\nsudo apt install stow\n```\n\nAfter the install, change into the `dotfiles` directory *(I usually clone the repo at `~/dotfiles`)*:\n\n```bash\ncd dotfiles/ # important\n```\n\nThen for each application that you want to have configured like mine, stow its directory\n\n```bash\nstow --target=\"$HOME\" nvim\nstow --target=\"$HOME\" sqlite\n```\n\nOr if you want to copy all my configs and are feeling lazy like me, use:\n\n```bash\nfor dir in $(find . -maxdepth 1 -type d -name '[!.]*' -print); do stow --target=\"$HOME\" $(basename $dir); done\n```\n\nThis will run `stow` for every directory under `dotfiles/`.\n\nThis will also conveniently ignore stowing hidden directories like `.git`\n\nEnjoy 🎉🍒\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulsar17%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulsar17%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulsar17%2Fdotfiles/lists"}