{"id":28227024,"url":"https://github.com/beforerr/dotfiles","last_synced_at":"2026-03-02T12:39:19.754Z","repository":{"id":96425160,"uuid":"601002528","full_name":"Beforerr/dotfiles","owner":"Beforerr","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-29T19:20:14.000Z","size":1059,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T19:51:58.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Beforerr.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,"zenodo":null}},"created_at":"2023-02-13T06:41:46.000Z","updated_at":"2025-05-29T19:20:18.000Z","dependencies_parsed_at":"2024-03-09T18:31:58.252Z","dependency_job_id":"49990608-4c94-4113-9dc5-e694dff0ff81","html_url":"https://github.com/Beforerr/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Beforerr/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beforerr%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beforerr%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beforerr%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beforerr%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beforerr","download_url":"https://codeload.github.com/Beforerr/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beforerr%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259609634,"owners_count":22884076,"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":[],"created_at":"2025-05-18T12:10:13.287Z","updated_at":"2026-03-02T12:39:14.682Z","avatar_url":"https://github.com/Beforerr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# macOS Setup\n\n## Introducation\n\n- Dotfiles are managed by [chezmoi](https://www.chezmoi.io/) and Nix;\n- Use `Nix` for packages \u0026 command line tools;\n- Use `Homebrew` exclusively for casks (applications);\n- Use [just](https://just.systems) for automation (see [Justfile](./home/justfile)).\n- Sync application settings with [mackup](https://github.com/lra/mackup) (see [mackup.cfg](./home/private_dot_mackup.cfg)).\n  - Note:\n    - `mackup` is not used for syncing dotfiles, mostly for private application settings (such as `rclone`, `espanso` and so on).\n    - It is better to specify the application settings in the `.mackup.cfg` file (whitelist instead of blacklist).\n- Use [`Garden`](https://garden-rs.gitlab.io/index.html) for managing repositories\n\n## General setup\n\nFirst we need to get command line tools, we can do that by installing `Homebrew`.\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\nOne-line install:\n\n```bash\ncurl https://raw.githubusercontent.com/Beforerr/dotfiles/main/install.sh | bash\n```\n\nNote we need to restart the terminal after the installation of `nix`, so the script will fail on the first run as expected.\n\n## Apps\n\n### Karabiner-Elements\n\nCustomize keyboard mappings.\n\n[](~/.config/)\n\n### Zotero\n\nInstall beta version and login to sync.\n\n#### Extensions\n\n- [windingwind/zotero-actions-tags](https://github.com/windingwind/zotero-actions-tags) - Customize your Zotero workflow.\n  - [[Share] Copy Zotero link · Discussion #115](https://github.com/windingwind/zotero-actions-tags/discussions/115)\n    - [discussioncomment](https://github.com/windingwind/zotero-actions-tags/discussions/115#discussioncomment-8731031)\n\n### Browser\n\n#### Extensions\n\n- Surfingkeys settings - [gistfile](https://gist.githubusercontent.com/Beforerr/6a618d442ca37ec061c9cf012784a643/raw/e28248821f255370d8383e456c179aa18026cf89/gistfile.txt)\n\n## Atuin\n\n\u003e ✨ Magical shell history\n\n[Setting up Sync](https://docs.atuin.sh/guide/sync/)\n\n```bash\natuin register -u Beforerr -e zzj956959688@gmail.com\natuin key\natuin login -u Beforerr\n```\n## Languages\n\n- [Julia](https://julialang.org/) (via `juliaup`)\n- [Python](https://www.python.org/) (via `mamba`)\n- [R](https://www.r-project.org/) (via `brew`)\n- [Rust](https://www.rust-lang.org/) (via `rustup`)\n\n## Notes\n\n- [zsh - What should/shouldn't go in .zshenv, .zshrc, .zlogin, .zprofile, .zlogout? - Unix \u0026 Linux Stack Exchange](https://unix.stackexchange.com/questions/71253/what-should-shouldnt-go-in-zshenv-zshrc-zlogin-zprofile-zlogout)\n- `dockutil` requires `swift` to be built from source which takes a long time, so it is not included in the configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeforerr%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeforerr%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeforerr%2Fdotfiles/lists"}