{"id":13747731,"url":"https://github.com/sapegin/dotfiles","last_synced_at":"2025-04-04T20:11:38.671Z","repository":{"id":4999015,"uuid":"6157236","full_name":"sapegin/dotfiles","owner":"sapegin","description":"My macOS environment: zsh, Git, Visual Studio Code, etc.","archived":false,"fork":false,"pushed_at":"2024-04-30T06:43:03.000Z","size":13332,"stargazers_count":471,"open_issues_count":0,"forks_count":52,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-05-02T00:59:07.439Z","etag":null,"topics":["dotfiles","shell","unix","vscode","wezterm","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bear0064/RiverKeeper","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sapegin.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":"2012-10-10T12:52:43.000Z","updated_at":"2024-08-03T06:04:43.173Z","dependencies_parsed_at":"2024-08-03T06:14:44.493Z","dependency_job_id":null,"html_url":"https://github.com/sapegin/dotfiles","commit_stats":{"total_commits":887,"total_committers":9,"mean_commits":98.55555555555556,"dds":"0.15445321307779025","last_synced_commit":"d706fd2315e7c58f89ab4c46672a1b165dc0f192"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapegin%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapegin%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapegin%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapegin%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapegin","download_url":"https://codeload.github.com/sapegin/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242678,"owners_count":20907134,"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":["dotfiles","shell","unix","vscode","wezterm","zsh"],"created_at":"2024-08-03T06:01:40.136Z","updated_at":"2025-04-04T20:11:38.618Z","avatar_url":"https://github.com/sapegin.png","language":"Shell","funding_links":[],"categories":["Shell","zsh"],"sub_categories":[],"readme":"# Artem Sapegin’s dotfiles 🐿️\n\n![Ghostty](https://github.com/sapegin/squirrelsong/raw/master/themes/Ghostty/screenshot-dark.jpg)\n\n## Features\n\n- Custom color scheme: [Squirrelsong](https://github.com/sapegin/dotfiles/tree/master/colors).\n- [Custom zsh theme](https://github.com/sapegin/dotfiles/blob/master/tilde/.starship.toml) with Git status, etc. using Starship.\n- [Dotfiles synchronization](https://github.com/sapegin/dotfiles/blob/master/bin/lib/sync-dotfiles).\n- Sensible macOS defaults: [setup/osx.sh](https://github.com/sapegin/dotfiles/blob/master/setup/osx.sh).\n- Visual Studio Code settings synchronization: [vscode](https://github.com/sapegin/dotfiles/tree/master/vscode).\n- My magic project opener ([bin/j](https://github.com/sapegin/dotfiles/blob/master/bin/j)).\n- [zsh aliases](https://github.com/sapegin/dotfiles/blob/master/zsh/aliases.zsh).\n- [Git aliases](https://github.com/sapegin/dotfiles/blob/master/tilde/.gitconfig).\n- [Lots of scripts](https://github.com/sapegin/dotfiles/tree/master/bin).\n- [Firefox custom styles](https://github.com/sapegin/dotfiles/tree/master/firefox).\n- [Brewfile](https://github.com/sapegin/dotfiles/tree/master/tilde/Brewfile)\n- Configs for lots of apps.\n- [macOS apps I use](https://github.com/sapegin/dotfiles/wiki/OS-X-Apps).\n\n[![Washing your code. A book on clean code for frontend developers](https://sapegin.me/images/washing-code-github.jpg)](https://sapegin.me/book/)\n\n## Installation\n\n\u003e [!WARNING]  \n\u003e Fork this repository if you want to use my dotfiles.)\n\nPrerequisites:\n\n1. [Generate SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).\n\n2. Clone dotfiles:\n\n```shell\ngit clone git@github.com:sapegin/dotfiles.git ~/dotfiles \u0026\u0026 cd ~/dotfiles\n```\n\n3. Run setup script:\n\n```shell\nsetup/setup.sh\n```\n\n## Extras\n\n- [Install additional Squirrelsong color theme](https://sapegin.me/squirrelsong/)\n- [Install MonoLisa font](https://www.monolisa.dev/)\n\n## Further customization\n\n- Add any Zsh profile customizations to `~/.zshlocal`.\n- [Add your Git username/email/etc.](./setup#separate-git-identity-for-work-repositories) to `~/.gitlocal`.\n- Add your environment variables to `~/.env`.\n\n## Updating\n\n```bash\ndotfiles\n```\n\n## Resources\n\n- [GitHub ❤ ~/](http://dotfiles.github.io/)\n- [Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles)\n- [Nick Khan’s dotfiles](https://github.com/nicksp/dotfiles)\n- [Jan Moesen’s dotfiles](https://github.com/janmoesen/tilde)\n- [Zach Holman’s dotfiles](https://github.com/holman/dotfiles)\n- [Yet Another Dotfile Repo](https://github.com/skwp/dotfiles)\n- [Jacob Gillespie’s dotfiles](https://github.com/jacobwgillespie/dotfiles)\n- [OSX Python developer guide](https://gist.github.com/stefanfoulis/902296)\n- [Nicolas Gallagher’s dotfiles](https://github.com/necolas/dotfiles)\n\n---\n\n:shipit:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapegin%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapegin%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapegin%2Fdotfiles/lists"}