{"id":17552571,"url":"https://github.com/iloveitaly/dotfiles","last_synced_at":"2025-04-24T01:41:23.148Z","repository":{"id":1636110,"uuid":"2360500","full_name":"iloveitaly/dotfiles","owner":"iloveitaly","description":"I love terminal productivity","archived":false,"fork":false,"pushed_at":"2024-10-22T16:53:58.000Z","size":1162,"stargazers_count":14,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-23T00:57:32.753Z","etag":null,"topics":["ipython","macos","tmux","ubuntu","zsh"],"latest_commit_sha":null,"homepage":"https://github.com/iloveitaly/dotfiles","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mathiasbynens/dotfiles","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iloveitaly.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":"2011-09-10T11:15:06.000Z","updated_at":"2024-10-22T16:54:11.000Z","dependencies_parsed_at":"2023-12-20T20:28:01.891Z","dependency_job_id":"19b24962-0038-41a6-99e7-0252940e8139","html_url":"https://github.com/iloveitaly/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/iloveitaly%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iloveitaly","download_url":"https://codeload.github.com/iloveitaly/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250545486,"owners_count":21448213,"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":["ipython","macos","tmux","ubuntu","zsh"],"created_at":"2024-10-21T05:43:14.115Z","updated_at":"2025-04-24T01:41:23.122Z","avatar_url":"https://github.com/iloveitaly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mike Bianco's Dotfiles\n\n## What's special here?\n\n* zsh with turbo zinit\n* [Advanced tmux configuration](https://mikebian.co/tag/tmux/)\n* Lots of tidbits for ruby, elixir, and python development\n* Mise for managing all language versions\n* [Codespace/devcontainer support](https://mikebian.co/my-experience-with-github-codespaces/)\n* Lots of interesting git shortcuts + tips\n* Custom macOS keybinding \u0026 karabiner config\n* [Hyper Focus config](https://github.com/iloveitaly/hyper-focus) to [Aggressively blocks distracting websites](http://mikebian.co/how-to-block-distracting-websites-on-your-laptop/)\n* Interesting apps and tools I've found over the years nicely organized\n* macOS and linux installation support, so you can have the same dotfiles setup on your server.\n\n## Installation\n\n```bash\ngit clone https://github.com/iloveitaly/dotfiles.git \u0026\u0026 cd dotfiles \u0026\u0026 ./bootstrap.sh\n```\n\nWhen setting up a new Mac, you may want to set some sensible OS X defaults:\n\n```bash\n./osx.sh\n```\n\nTo run everything else (brew install, keybindings, zsh setup, etc):\n\n```bash\n./bootstrap.sh\n```\n\n## Development\n\nFor easy development, you can automatically run the `rsync` command in `bootstrap.sh` each time a file changes:\n\n```shell\nfd --hidden --max-depth 4 -t f --exclude=.git | entr rsync --exclude-from=install/standard-exclude.txt -av . ~\n```\n\n## Clone Interesting Dotfiles Locally\n\nClone all of these dotfiles into `dotfiles-inspiration` folder so you can easily `rg` for configuration keywords:\n\n```shell\ninteresting_repos=(\n  https://github.com/mathiasbynens/dotfiles\n  https://github.com/TwP/dotfiles\n  https://github.com/ignu/dotfiles\n  https://github.com/chrisduerr/dotfiles\n  https://github.com/cypher/dotfiles\n  https://github.com/vifreefly/dotfiles\n  https://github.com/nikitavoloboev/dotfiles\n  https://github.com/jeromedalbert/dotfiles\n  https://github.com/gf3/dotfiles\n  https://github.com/matijs/homedir\n  https://github.com/janmoesen/tilde\n  https://github.com/ephur/zshrc\n  https://github.com/ptarjan/dotfiles\n  https://github.com/nixme/dotfiles\n  https://github.com/dbalatero/dotfiles\n  https://github.com/yujinyuz/dotfiles\n  https://github.com/schickling/dotfiles\n  https://github.com/jessfraz/dotfiles\n  https://github.com/jschaf/dotfiles\n  https://github.com/lunchbag/dotfiles\n  https://github.com/peterhajas/dotfiles\n  https://github.com/evanpurkhiser/dots-personal\n  https://github.com/phillbaker/dotfiles\n  https://github.com/brucebentley/dotfiles\n  https://github.com/mislav/dotfiles\n  https://github.com/romkatv/dotfiles-public\n  https://github.com/pnodet/zsh-config\n)\n\ncd ~/Projects/dotfiles-inspiration\n\nfor repo in $interesting_repos; do\n  repo_username=$(echo $repo | cut -d '/' -f 4)\n  target_directory=\"$PWD/$repo_username\"\n\n  if [ ! -d \"$target_directory\" ]; then\n    git clone $repo \"$target_directory\"\n  else\n    (cd \"$target_directory\" \u0026\u0026 git pull)\n  fi\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filoveitaly%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filoveitaly%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filoveitaly%2Fdotfiles/lists"}