{"id":16803013,"url":"https://github.com/ishankhare07/dotfiles","last_synced_at":"2025-03-17T06:22:09.146Z","repository":{"id":81355636,"uuid":"37452610","full_name":"ishankhare07/dotfiles","owner":"ishankhare07","description":"dotfiles for vim and neovim configuration","archived":false,"fork":false,"pushed_at":"2021-11-08T09:17:24.000Z","size":71161,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T15:51:29.133Z","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/ishankhare07.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":"2015-06-15T08:24:03.000Z","updated_at":"2021-11-08T09:17:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c2647a0-5ac5-4a68-bddc-e31e203e1655","html_url":"https://github.com/ishankhare07/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/ishankhare07%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishankhare07%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishankhare07%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishankhare07%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishankhare07","download_url":"https://codeload.github.com/ishankhare07/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982237,"owners_count":20378607,"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-10-13T09:41:16.668Z","updated_at":"2025-03-17T06:22:09.107Z","avatar_url":"https://github.com/ishankhare07.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n1. git specific  \n  *Following are some custom `git` specific aliases that I have added  \napart from the ones provided by [oh-my-zsh git plugin](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git)*  \n\n  * list all remote branches i.e. on github  \n  ```bash\n  alias glrh=\"git ls-remote --heads\"\n  ```\n  * checkout a new remote branch from github and set tracking info  \n  ```bash\n  alias gctb=\"git checkout --track -b\"      # followed by \u003clocal_branch_name\u003e \u003corigin/remote_branch_name\u003e\n  ```\n  * set tracking info while pushing a new branch to github\n  ```bash\n  alias gpsup=\"git push --set-upstream\"      # useful for first time push of new branches\n  ```\n  * list out tracking info of each local branch\n  ```bash\n  alias gbvv=\"git branch -vv\" \n  ```  \n2. Python symlink linker  \n  The file [linker.py](https://github.com/ishankhare07/dotfiles/blob/master/linker.py) is an automated script that generates symbolic links to this `dotfiles` folder, assuming that it is located in your `home directory`.  \nBy defualt it skips already existing symlinks(prints a message as well) and creates those which do not(another message for this). This behavior can be changed by providing a `-f` command line option.  \nIt symlinks your files and folders both, i.e. we will have links for `dotfiles/.vim` as well as `dotfiles/.vimrc`.  \nAnyone can use this file as it configures your `~` directory automatically, so you don't need to worry about your username conflicts.  \nThe script also provides an option to symlink your custom theme-file using the `-t` option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishankhare07%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishankhare07%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishankhare07%2Fdotfiles/lists"}