{"id":13897781,"url":"https://github.com/ibhagwan/dots","last_synced_at":"2025-05-08T16:58:53.570Z","repository":{"id":230510395,"uuid":"234460906","full_name":"ibhagwan/dots","owner":"ibhagwan","description":"dots","archived":false,"fork":false,"pushed_at":"2025-05-06T18:54:53.000Z","size":202,"stargazers_count":62,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-08T16:58:25.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/ibhagwan.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,"zenodo":null}},"created_at":"2020-01-17T03:15:18.000Z","updated_at":"2025-05-06T18:54:57.000Z","dependencies_parsed_at":"2024-04-10T16:40:11.076Z","dependency_job_id":"77e66e52-9399-445f-81e6-d27dd0fa0d51","html_url":"https://github.com/ibhagwan/dots","commit_stats":null,"previous_names":["ibhagwan/dots"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibhagwan%2Fdots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibhagwan%2Fdots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibhagwan%2Fdots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibhagwan%2Fdots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibhagwan","download_url":"https://codeload.github.com/ibhagwan/dots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253112071,"owners_count":21856070,"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":[],"created_at":"2024-08-06T18:03:52.018Z","updated_at":"2025-05-08T16:58:53.541Z","avatar_url":"https://github.com/ibhagwan.png","language":"Shell","readme":"## dots\n\n#### NOTE: This repo excludes my neovim config which can be found [here](https://github.com/ibhagwan/nvim-lua)\n\n### Deployment\n\nThis repo is managed using a\n[git bare repo](https://www.atlassian.com/git/tutorials/dotfiles)\nand deployed using\n[`dots/install.sh`](https://github.com/ibhagwan/dots/blob/master/dots/install.sh):\n\n```sh\n# clones this repository into \"$HOME\"\n❯ git clone https://github.com/ibhagwan/dots.git $HOME/dots\n# deploys the files in this repository into \"$HOME\"\n❯ ./dots/install.sh\n```\n\nAn alias named `dot` will be created:\n```sh\nalias dot=\"git -c status.showUntrackedFiles=no --git-dir=${YADM_REPO} -C ${HOME}\"\n```\n\nWhich you can use to manage your dot files as if it was `git`:\n```sh\n❯ dot status         # git status\n❯ dot pull --rebase  # git pull --rebase\n```\n\n### Fzf Customizations\n\n[`fzf`](https://github.com/junegunn/fzf) customizations inspired by\n[@junegunn's git functions](https://github.com/junegunn/fzf-git.sh) are installed by\n[`fzf_git_functions.sh`](https://github.com/ibhagwan/dots/blob/master/.config/zsh/fzf_git_functions.sh) and\n[`fzf_git_keybindings.sh`](https://github.com/ibhagwan/dots/blob/master/.config/zsh/fzf_git_keybindings.zsh)\nwhich add the below keybinds to the shell:\n\n| Key       | Command           |\n| ----------| ------------------|\n| `\u003cA-c\u003e`   | cd directory      |\n| `\u003cC-r\u003e`   | cmd history       |\n| `\u003cC-t\u003e`   | find paths        |\n| `\u003cC-f\u003e`   | \"live\" grep       |\n\nIf the pwd is inside a git repo, the following binds are available:\n\n| Key       | Command           | Key       | Command              |\n| ----------| ------------------| ----------| ---------------------|\n| `\u003cC-g-f\u003e` | git ls-files      | `\u003cC-g-s\u003e` | git stashes          |\n| `\u003cC-g-b\u003e` | git branches      | `\u003cC-g-h\u003e` | git hashes (commits) |\n| `\u003cC-g-g\u003e` | git grep          | `\u003cC-g-r\u003e` | git remtoes          |\n| `\u003cC-g-t\u003e` | git tags          | `\u003cC-g-e\u003e` | git for-each-ref     |\n| `\u003cC-g-l\u003e` | git reflogs       | `\u003cC-g-w\u003e` | git worktrees        |\n\nAnd the same for the `yadm` dot files repo with `\u003cC-y\u003e` prefix:\n| Key       | Command           | Key       | Command              |\n| ----------| ------------------| ----------| ---------------------|\n| `\u003cC-y-f\u003e` | yadm ls-files     | `\u003cC-y-s\u003e` | yadm stashes         |\n| `\u003cC-y-b\u003e` | yadm branches     | `\u003cC-y-h\u003e` | yadm hashes (commits)|\n| `\u003cC-y-g\u003e` | yadm grep         | `\u003cC-y-r\u003e` | yadm remtoes         |\n| `\u003cC-y-t\u003e` | yadm tags         | `\u003cC-y-e\u003e` | yadm for-each-ref    |\n| `\u003cC-y-l\u003e` | yadm reflogs      | `\u003cC-y-w\u003e` | yadm worktrees       |\n\n\n\n### rEFInd\n\nIf you're looking for my rEFInd setup as shown\n[here](https://www.reddit.com/r/unixporn/comments/ff0o8d/refind_which_kernel_are_you_feeling_like_today/):\n\n**Note:** I've since installed Void Linux (side-by-side with the rest of the OS's), [`refind.conf`](https://github.com/ibhagwan/dots/blob/master/dots/refind/refind.conf) reflects the new setup.\n\n![rEFInd](https://github.com/ibhagwan/dots/raw/master/dots/screenshots/rEFInd.png)\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibhagwan%2Fdots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibhagwan%2Fdots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibhagwan%2Fdots/lists"}