{"id":21121101,"url":"https://github.com/pavanjadhaw/dotfiles-old","last_synced_at":"2025-07-08T20:32:11.290Z","repository":{"id":140542748,"uuid":"130217383","full_name":"pavanjadhaw/dotfiles-old","owner":"pavanjadhaw","description":"🍁 dotfiles || plain text configuration files for my linux system","archived":false,"fork":false,"pushed_at":"2020-09-19T05:07:06.000Z","size":980,"stargazers_count":52,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T10:46:56.444Z","etag":null,"topics":["dotfiles","rice","unix"],"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/pavanjadhaw.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":"2018-04-19T13:09:25.000Z","updated_at":"2024-09-13T07:18:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"2db09378-f697-4174-a739-f80e5727259f","html_url":"https://github.com/pavanjadhaw/dotfiles-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pavanjadhaw/dotfiles-old","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavanjadhaw%2Fdotfiles-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavanjadhaw%2Fdotfiles-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavanjadhaw%2Fdotfiles-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavanjadhaw%2Fdotfiles-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavanjadhaw","download_url":"https://codeload.github.com/pavanjadhaw/dotfiles-old/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavanjadhaw%2Fdotfiles-old/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264343688,"owners_count":23593772,"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","rice","unix"],"created_at":"2024-11-20T03:24:18.127Z","updated_at":"2025-07-08T20:32:11.284Z","avatar_url":"https://github.com/pavanjadhaw.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![dotfiles][heroimg]][repo]\n\n\u003e plain text configuration files for my linux systems\n\nDotfiles are plain text configuration files on Unix-y systems for things like our shell, ~/.zshrc, our editor in ~/.vimrc, and many others. They are called \"dotfiles\" as they typically are named with a leading . making them hidden files on your system, although this is not a strict requirement.\n\nSince these files are all plain text, we can gather them together in a git repository and use that to track the changes you make over time.\n\n# pavan's dotfiles\n\nUses Git [subtree][] and submodules to keep my dotfiles in one place\nin an elegant manner. With inspiration from [xero][], uses [GNU Stow][]\nto symlink files one folder deep to the folder above.\n\n[subtree]: https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt\n[xero]: https://github.com/xero/dotfiles\n[gnu stow]: https://www.gnu.org/software/stow/\n\n![designr](img/scrots/designr.png)\n\n# installing\n\n\u003e make sure stow is installed on your system\n\n```sh\ngit clone https://github.com/pavanjadhaw/etc ~/\n\ncd ~/etc\n\nstow zsh        # this will symlink zsh rc files to ~/\n\nstow -D zsh     # to unstow or remove symlink\n```\n\n# tools\n\nOther tools to install:\n\n- [2bwm](https://wiki.archlinux.org/index.php/2bwm) : A fast floating WM\n- [polybar](https://github.com/jaagr/polybar) : A fast and easy-to-use tool for creating status bars.\n- [rxvt-unicode](https://wiki.archlinux.org/index.php/rxvt-unicode) : customizable terminal emulator\n- [neovim](https://neovim.io/): the future of [vim](https://twitter.com/nelstrom/status/881813223997153280)\n- [zsh](http://www.zsh.org/): shell designed for interactive use\n- [Git](https://git-scm.com/) (and [hub](https://hub.github.com/)): VCS\n- [tmux](https://github.com/tmux/tmux): terminal multiplexer\n- [Firefox](https://www.mozilla.org/en-US/firefox/): browser\n\n## thanks\n\nI actively watch the following repositories. :)\n\n- [eti0/dots](https://github.com/eti0/dots)\n- [NerdyPepper/dotfiles](https://github.com/NerdyPepper/dotfiles)\n- [JLErvin/dotfiles](https://github.com/JLErvin/dotfiles)\n\n## Resources\n\n- [GitHub ❤ ~/](http://dotfiles.github.io/)\n- [archwiki](https://wiki.archlinux.org/index.php/Dotfiles)\n- [GNU Stow](https://www.gnu.org/software/stow/)\n- [xresources](https://wiki.archlinux.org/index.php/x_resources)\n- [orgainizing xresources](https://www.reddit.com/r/unixporn/wiki/organizing_xresources)\n- [ricing](https://www.reddit.com/r/unixporn/wiki/ricerous_info)\n- [/g/ wiki on ricing](https://wiki.installgentoo.com/index.php/GNU/Linux_ricing)\n\n## additional links\n\n- [suckless](https://github.com/pavanjadhaw/suckless)\n- [scripts](https://github.com/pavanjadhaw/bin)\n\n[heroimg]: ./img/hero.png\n[repo]: https://github.com/pavanjadhaw/etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavanjadhaw%2Fdotfiles-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavanjadhaw%2Fdotfiles-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavanjadhaw%2Fdotfiles-old/lists"}