{"id":14069628,"url":"https://github.com/jogendra/dotfiles","last_synced_at":"2025-04-07T11:07:44.293Z","repository":{"id":65967865,"uuid":"252775811","full_name":"jogendra/dotfiles","owner":"jogendra","description":"Config files for zsh, bash, vim,  git, completions etc. to set up a system the way I like it. ~/.jogendra","archived":false,"fork":false,"pushed_at":"2024-12-13T21:23:17.000Z","size":81,"stargazers_count":81,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T09:09:01.848Z","etag":null,"topics":["applescript","bash","bashrc","dotfiles","dotfiles-macos","git","hacktoberfest","iterm2","macos","shell","symlink","vim","xcode","zsh","zshrc"],"latest_commit_sha":null,"homepage":"https://jogendra.github.io/i-do-dotfiles","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jogendra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-03T15:49:33.000Z","updated_at":"2025-03-12T12:30:20.000Z","dependencies_parsed_at":"2025-01-02T03:10:54.267Z","dependency_job_id":"9f67bfac-4eb6-4762-bbb0-4b10f480da9e","html_url":"https://github.com/jogendra/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/jogendra%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogendra%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogendra%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogendra%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jogendra","download_url":"https://codeload.github.com/jogendra/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640462,"owners_count":20971557,"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":["applescript","bash","bashrc","dotfiles","dotfiles-macos","git","hacktoberfest","iterm2","macos","shell","symlink","vim","xcode","zsh","zshrc"],"created_at":"2024-08-13T07:07:05.915Z","updated_at":"2025-04-07T11:07:44.273Z","avatar_url":"https://github.com/jogendra.png","language":"Shell","readme":"# I do dotfiles!\n\nConfig files for zsh, bash, git, completions etc. to set up a system the way I like it. ~/.jogendra\n\n[https://jogendra.github.io/i-do-dotfiles](https://jogendra.github.io/i-do-dotfiles)\n\n\u003cimg width=\"937\" alt=\"Jogendra's Iterm2\" src=\"https://user-images.githubusercontent.com/20956124/83674658-ab6f7380-a5f5-11ea-92f6-5ae39d78836b.png\"\u003e\n\n**NOTE**: The dotfiles is configured for MacOS machine. Most of the things expected to work on all machines running unix based operating systems.\n\n\u003cimg width=\"28%\" align=\"right\" alt=\"\" src=\"https://user-images.githubusercontent.com/20956124/84314457-b55d1d80-ab85-11ea-9bed-6009dcb8be18.png\"\u003e\n\n## Components\n\nI went through many dotfiles before deciding structure of this dotfiles, I found [holman](https://twitter.com/holman) way the best, Thanks to [holman dotfiles](https://github.com/holman/dotfiles). What he used is called _Topical organization_ which is organizing the different parts of dotfiles in directories, each entitled to a specific subject. By topical organization, all AppleScripts go inside the `AppleScript/` directory, git settings are in a `git/` directory, and so on. Everything's built around topic areas. If you're adding a new area to your forked dotfiles — say, \"vscode\" — you can simply add a vscode directory and put files in there.\n\nThere's a few special files in the hierarchy:\n\n- **bin/**: Anything in `bin/` will get added to your `$PATH` and be made available everywhere.\n- **topic/\\*.zsh**: Any files ending in `.zsh` get loaded into your environment.\n- **topic/path.zsh**: Any file named `path.zsh` is loaded first and is expected to setup `$PATH` or similar.\n- **topic/completion.zsh**: Any file named `completion.zsh` is loaded\n  last and is expected to setup autocomplete.\n- **topic/install.sh**: Any file named `install.sh` is executed when you run `installers/install`. To avoid being loaded automatically, its extension is `.sh`, not `.zsh`.\n- **topic/\\*.symlink**: Any file ending in `*.symlink` gets symlinked into your `$HOME`. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run `installers/bootstrap`.\n\n## Install\n\nRun:\n\n```sh\ngit clone https://github.com/jogendra/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\ninstallers/bootstrap\n```\n\nThis will symlink the appropriate files in `.dotfiles` to your home directory. Everything is configured and tweaked within `~/.dotfiles`.\n\nThe main file you'll want to change right off the bat is `zsh/zshrc.symlink`, which sets up a few paths that'll be different on your particular machine.\n\n## Pimp my Terminnal\n\nI will soon be writing detailed blog post on how my iTerm is customized.\n\n\u003cimg width=\"1044\" alt=\"gitlazy\" src=\"https://user-images.githubusercontent.com/20956124/83674781-b5917200-a5f5-11ea-84e7-02acf5552c70.png\"\u003e\n\n\u003cimg width=\"937\" alt=\"gotop\" src=\"https://user-images.githubusercontent.com/20956124/83691158-6a845880-a60f-11ea-90c5-38362de92b3f.png\"\u003e\n\n## License\nThis repository is under MIT License. Check [LICENSE](LICENSE) file for more information.\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjogendra%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjogendra%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjogendra%2Fdotfiles/lists"}