{"id":17793854,"url":"https://github.com/psvenk/dotfiles","last_synced_at":"2026-04-13T03:35:11.395Z","repository":{"id":143686184,"uuid":"260818558","full_name":"psvenk/dotfiles","owner":"psvenk","description":"Personal configuration files and scripts for my Arch Linux system","archived":false,"fork":false,"pushed_at":"2025-03-01T06:19:30.000Z","size":464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T02:19:49.539Z","etag":null,"topics":["archlinux","dotfiles","vim"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psvenk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-05-03T03:06:27.000Z","updated_at":"2025-03-01T06:19:33.000Z","dependencies_parsed_at":"2024-03-05T17:45:29.359Z","dependency_job_id":"92cab592-a743-4e33-aa67-a653172b3a0f","html_url":"https://github.com/psvenk/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psvenk/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psvenk%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psvenk%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psvenk%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psvenk%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psvenk","download_url":"https://codeload.github.com/psvenk/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psvenk%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278366664,"owners_count":25975095,"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-10-04T02:00:05.491Z","response_time":63,"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":["archlinux","dotfiles","vim"],"created_at":"2024-10-27T11:13:50.449Z","updated_at":"2025-10-04T20:09:37.586Z","avatar_url":"https://github.com/psvenk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nThis is mainly for my own organization, but my dotfiles are public in case they\nwould be useful to anyone else.\n\n## Hard dependencies\n\ngit, POSIX sh\n\n## Soft dependencies\n\nArch Linux package names follow.\n\nVim:\n- [`gvim`][gvim]\n- [`python`][python] (UltiSnips)\n- [`zathura`][zathura] (VimTeX)\n- [`zathura-pdf-mupdf`][zathura] (VimTeX)\n\nGeneral:\n- [`i3blocks`][i3blocks]\n\t+ [`ttf-font-awesome`][ttf-font-awesome]\n- [`keepmenu`][keepmenu]\n- [dmenu-maim][dmenu-maim]\n- [dmenu-frecency][dmenu-frecency]\n\nWayland-specific:\n- [`sway`][sway]\n- [`swaybg`][swaybg]\n- [`swaylock-effects`][swaylock-effects]\u003csup\u003eAUR\u003c/sup\u003e\n- wl-clipboard (vim-fakeclip)\n- ydotool (keepmenu)\n  + Make sure to make `/dev/uinput` writeable\n- polkit-gnome\n\nX11-specific:\n- [`i3-wm`][i3-wm]\n- [`i3lock-color`][i3lock-color]\u003csup\u003eAUR\u003c/sup\u003e\n- [`xdotool`][xdotool] (VimTeX)\n\n[gvim]: https://archlinux.org/packages/extra/x86_64/gvim/\n[python]: https://archlinux.org/packages/core/x86_64/python/\n[zathura]: https://archlinux.org/packages/community/x86_64/zathura/\n\n[i3blocks]: https://archlinux.org/packages/community/x86_64/i3blocks/\n\n[dmenu-maim]: https://github.com/psvenk/dmenu-maim\n[dmenu-frecency]: https://github.com/psvenk/dmenu-frecency\n\n[i3-wm]: https://archlinux.org/packages/community/x86_64/i3-wm/\n[i3lock-color]: https://aur.archlinux.org/packages/i3lock-color\n\n## Installing on a new system\n\n```console\n$ git clone https://github.com/psvenk/dotfiles\n$ cd dotfiles\n$ for f in $(git ls-files); do\n\u003e if [ -f \"../$f\" ]; then mv \"../$f\" \"../$f.bak\"; fi\n\u003e done\n$ cd ..\n$ rm -rf dotfiles\n$ git init\n$ git remote add origin https://github.com/psvenk/dotfiles \u0026\u0026 git fetch\n$ git checkout -t origin/master\n$ git submodule init\n$ git submodule update\n$ . .profile\n```\n\nIf the system is not brand new, you may want to look through the environment\nvariables set in `~/.profile` and move files to their new locations (e.g. `mv\n~/.bash_history $HISTFILE`).\n\n\u003c!-- vim: set tw=80: --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsvenk%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsvenk%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsvenk%2Fdotfiles/lists"}