{"id":14070891,"url":"https://github.com/guptarohit/dotfiles","last_synced_at":"2025-04-14T17:11:46.196Z","repository":{"id":225567375,"uuid":"758703332","full_name":"guptarohit/dotfiles","owner":"guptarohit","description":"📍~/. my dotfiles ⚙️ for  macOS, iterm2, git, vim, zsh, stow ","archived":false,"fork":false,"pushed_at":"2025-04-02T07:37:36.000Z","size":3479,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T17:11:36.181Z","etag":null,"topics":["config","dotfiles","git","homebrew","iterm2","lazygit","macos","oh-my-zsh","raycast","shell","stow","tmux","zsh"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guptarohit.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},"funding":{"github":"guptarohit","patreon":"rohitgupta","ko_fi":"rohitgupta","custom":["https://www.buymeacoffee.com/rohitgupta"]}},"created_at":"2024-02-16T22:00:59.000Z","updated_at":"2025-04-02T07:37:40.000Z","dependencies_parsed_at":"2024-08-13T07:18:05.224Z","dependency_job_id":"36e87f70-d01c-4041-8b3f-a79a90306925","html_url":"https://github.com/guptarohit/dotfiles","commit_stats":null,"previous_names":["guptarohit/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptarohit%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptarohit%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptarohit%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guptarohit%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guptarohit","download_url":"https://codeload.github.com/guptarohit/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923765,"owners_count":21183953,"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":["config","dotfiles","git","homebrew","iterm2","lazygit","macos","oh-my-zsh","raycast","shell","stow","tmux","zsh"],"created_at":"2024-08-13T07:08:09.563Z","updated_at":"2025-04-14T17:11:46.190Z","avatar_url":"https://github.com/guptarohit.png","language":"Vim Script","funding_links":["https://github.com/sponsors/guptarohit","https://patreon.com/rohitgupta","https://ko-fi.com/rohitgupta","https://www.buymeacoffee.com/rohitgupta"],"categories":["Vim Script"],"sub_categories":[],"readme":"# Rohit's dotfiles\n\nThese configuration files _aka_ dotfiles, and utilities are from my primary setup I use day-to-day, the core of which includes: macOS, [iTerm2](https://iterm2.com/), and the zsh shell. Symlinks for dotfiles are managed with the [Stow](https://www.gnu.org/software/stow/).\n\n![iTerm2 setup screenshot](./.github/images/setup_screenshot.png)\n\n\n## Highlights\n- Flexible, terminal-based dev environment with iTerm2+Tmux\n- Shell support for Zsh\n- Fast, idempotent setup with GNU Stow\n- Support for both Apple Silicon and Intel Macs\n- Vim with plugins and theme support\n\n\n## Installation\nTo set up, assuming `git` is installed, run:\n\n```bash\ngit clone https://github.com/guptarohit/dotfiles.git ~/.dotfiles\ncd $HOME/.dotfiles\nbash install.sh\n```\n`install.sh` is an idempotent script that will:\n- Install Homebrew and packages from the `Brewfile`\n- Set up Oh My Zsh with plugins\n- Configure vim with plugins\n- Apply all dotfiles using GNU Stow\n- Set up iTerm2 preferences\n\n\u003e [!NOTE]\n\u003e Please backup configurations before running script.\n\n### macOS System Preferences\nFor macOS-specific system preferences and customizations, a separate script is present.\n\nThis script customizes various macOS settings for an improved experience. Review the script before running to understand the changes it will make.\n\n```bash\nbash ~/.dotfiles/macos/defaults.sh\n```\n\n### Vim setup\nThe vim configuration uses [vim-plug](https://github.com/junegunn/vim-plug) as a plugin manager. Plugins will be installed automatically during the setup process.\nTo install or update plugins manually, open vim and run `:PlugInstall`.\n\n### Tmux plugins\nTo install plugins, including the [Catppuccin](https://github.com/catppuccin/tmux) theme, run the command prefix + I.\n\n\n## Usage\nTo create symlinks, use [stow](https://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html). The following command will create symlinks for gnupg configs.\n```bash\nstow gnupg\n```\n\nPlease note, if files are already present in the directory we are trying to create a stow in, then use the `--adopt` flag.\ne.g.\n```bash\nstow gnupg --adopt\n```\n\n\n## Local configs\n\n### zsh\nSystem specific shell configurations can be added to `~/.zshrc.local`. It will be sourced when the shell initializes.\n\n### Git\nSystem specific git configurations like user's name, email, signing key, etc. can be added to `~/.gitconfig.local`.\n\n### Vim\nSystem specific vim configurations can be added to `~/.vimrc.local`. It will be sourced at the end of the main .vimrc file.\n\n\n## Acknowledgements\n\nInspired by various resources shared by the vibrant open-source community, including online resources and dotfiles repositories:\n\n- [GitHub ❤ ~/](http://dotfiles.github.io/)\n- [Using stow for dotfiles (video)](https://www.youtube.com/watch?v=y6XCebnB9gs)\n- [Mathias's dotfiles](https://github.com/mathiasbynens/dotfiles)\n- [Artem's dotfiles](https://github.com/sapegin/dotfiles)\n- [Nico's dotfiles](https://github.com/snics/dotfiles)\n- [Jonas's dotfiles](https://github.com/JDevlieghere/dotfiles)\n- [Alan's dotfiles](https://github.com/apinstein/dotfiles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguptarohit%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguptarohit%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguptarohit%2Fdotfiles/lists"}