{"id":13572631,"url":"https://github.com/OzzyCzech/dotfiles","last_synced_at":"2025-04-04T10:31:01.797Z","repository":{"id":12927052,"uuid":"15604688","full_name":"OzzyCzech/dotfiles","owner":"OzzyCzech","description":"OzzyCzech dotfiles for macOS","archived":false,"fork":false,"pushed_at":"2024-04-10T07:29:16.000Z","size":2392,"stargazers_count":131,"open_issues_count":0,"forks_count":49,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-15T00:45:36.702Z","etag":null,"topics":["dotfiles","mac","shell"],"latest_commit_sha":null,"homepage":"https://ozana.cz","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"siwuxie/pyafm","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OzzyCzech.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}},"created_at":"2014-01-03T08:12:19.000Z","updated_at":"2024-04-25T07:38:14.664Z","dependencies_parsed_at":"2023-12-04T09:22:45.278Z","dependency_job_id":"7c4a1ad3-2ed3-445a-bc69-01373f8b06a4","html_url":"https://github.com/OzzyCzech/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/OzzyCzech%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OzzyCzech%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OzzyCzech%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OzzyCzech%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OzzyCzech","download_url":"https://codeload.github.com/OzzyCzech/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247160324,"owners_count":20893809,"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","mac","shell"],"created_at":"2024-08-01T14:01:28.918Z","updated_at":"2025-04-04T10:30:59.887Z","avatar_url":"https://github.com/OzzyCzech.png","language":"Shell","readme":"# OzzyCzech's dotfiles for macOS\n\nThis is a collection of my personal **dotfiles** for configuring macOS.\n\n## Before you start\n\nYou need to install [Homebrew](https://brew.sh/) first:\n\n```shell\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\nthen some basic tools:\n\n```shell\nbrew install git zsh zsh-completions antidote zed\n```\n\n- [Zsh](https://www.zsh.org/) - shell designed for interactive use\n- [Zsh Completions](https://github.com/zsh-users/zsh-completions) - additional completion definitions for Zsh\n- [Oh My Zsh](https://ohmyz.sh/) - framework for managing your Zsh configuration\n- [Antidote](https://getantidote.github.io) - fast zsh plugin manager\n- [Git](https://git-scm.com/) - version control system\n- [Zed](https://zed.dev/) - code editor for the 21st century\n\nand set zsh as your default shell:\n\n```shell\nchsh -s /bin/zsh\n```\n\n## Dotfiles installation\n\n```shell\ngit clone git@github.com:OzzyCzech/dotfiles.git ~/.dotfiles \u0026\u0026 cd $_ \u0026\u0026 make\n```\n\n## Docs\n\n### Setup defaults\n\nThere is a bunch of setup scripts in the `setup` directory. You can run them one by one:\n\n```shell\nsource ./setup/defaults.zsh\n```\n\n#### Setup lock screen message \n\nThe lock screen message can help you to get your lost device back.\nCan be set by running the following command:\n\n```shell\nset-lock-message \" Roman Ožana • +420 605 783 455 • roman@ozana.cz\"\nset-screen-capture ~/Downloads\n```\n\n### Backup `.ssh` keys\n\nDo not forget to back up your `.ssh` keys, you can use the following command:\n\n```shell\nzip -r ~/Downloads/ssh.zip ~/.ssh\n```\n\n### Backup application settings with [Mackup](https://github.com/lra/mackup)\n\n```shell\nbrew install mackup\nmackup backup\n```","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOzzyCzech%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOzzyCzech%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOzzyCzech%2Fdotfiles/lists"}