{"id":24983725,"url":"https://github.com/ninagrosse/dotfiles","last_synced_at":"2026-05-02T14:31:51.991Z","repository":{"id":264256606,"uuid":"864865491","full_name":"ninagrosse/dotfiles","owner":"ninagrosse","description":"My personal dotfiles, managed with chezmoi","archived":false,"fork":false,"pushed_at":"2025-03-26T15:56:01.000Z","size":1090,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T16:41:49.119Z","etag":null,"topics":["chezmoi","dotfiles","dotfiles-linux","dotfiles-macos","dotfiles-windows"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ninagrosse.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}},"created_at":"2024-09-29T11:27:49.000Z","updated_at":"2025-03-26T15:56:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb477668-5fd1-41c7-8368-24b850aa2fa2","html_url":"https://github.com/ninagrosse/dotfiles","commit_stats":null,"previous_names":["ninagrosse/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninagrosse%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninagrosse%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninagrosse%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninagrosse%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ninagrosse","download_url":"https://codeload.github.com/ninagrosse/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168110,"owners_count":20734390,"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":["chezmoi","dotfiles","dotfiles-linux","dotfiles-macos","dotfiles-windows"],"created_at":"2025-02-04T09:20:46.314Z","updated_at":"2026-05-02T14:31:51.982Z","avatar_url":"https://github.com/ninagrosse.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏠 dotfiles\n\nMy personal dotfiles, managed with chezmoi. Compatible with Linux, MacOS and Windows 11.\n\n## 📖 Linux \u0026 MacOS instructions\n\n### Requirements\n\n* zsh\n* [chezmoi](https://github.com/twpayne/chezmoi)\n* [age](https://github.com/FiloSottile/age) (for encryption)\n* Package manager\n  * Arch: `pacman` and [`paru`](https://github.com/Morganamilo/paru)\n  * MacOS and other Linuxes: [Homebrew](https://brew.sh/) [^1]\n* [Jetbrains Mono Nerd Font](https://www.nerdfonts.com/font-downloads) (for the terminal emulator)\n\n### Installation\n\n```shell\nchezmoi init --apply ninagrosse --ssh\n```\n\nThis installs `chezmoi`, clones the repo and applies everything. Follow the on-screen prompts to setup git email and username. For cloning with https instead, omit `--ssh`.\n\n### Scripts description\n\n#### [`run_once_01-setup_zsh.sh`](run_once_01-setup_zsh.sh)\n\nInstalls `oh-my-zsh`, `zsh-autosuggestions` and `zsh-syntax-highlighting`, if they are not already installed.\n\n#### [`run_onchange_02-install_packages.sh`](run_onchange_02-install_packages.sh.tmpl)\n\nInstalls various CLI tools and apps with the appropriate package manager and performs necessary setups if needed.\nHomebrew installs packages from `Brewfile` while Arch uses `packages-arch.sh`.\n\n## 📖 Windows instructions\n\n### Requirements\n\n* [Scoop](https://scoop.sh/)\n* winget\n* [Git for Windows](https://git-scm.com/downloads/win) (can install with `winget install --id Git.Git -e --source winget`)\n* [Jetbrains Mono Nerd Font](https://www.nerdfonts.com/font-downloads) (for the terminal emulator and yasb)\n\n### Installation\n\nIn Windows Settings\n\n* Go to System -\u003e Developer -\u003e PowerShell -\u003e enable unsigned local scripts\n* Go to System -\u003e Developer -\u003e Enable Developer Mode\n* Go to System -\u003e Multitasking -\u003e Disable Windows Snap Assist (if using komorebi)\n\nInstall `chezmoi`\n\n```shell\n# with scoop\nscoop install chezmoi\n```\n\n```shell\n# with winget\nwinget install twpayne.chezmoi\n```\n\nInstall dotfiles\n\n```shell\nchezmoi init --apply ninagrosse --ssh\n```\n\nThis clones the repo and applies everything. Follow the on-screen prompts to setup git email and username. For cloning with https instead, omit `--ssh`.\n\nTo start the AutoHotkey script upon login, run (Win+R) `shell:startup` to open the startup folder. Create a shortcut to `capslock.ahk` in this folder.\n\n### Scripts description\n\n#### [`run_onchange_01-install_scoop_packages.ps1`](run_onchange_01-install_scoop_packages.ps1)\n\nInstalls various CLI tools and apps with Scoop and performs necessary setups if needed.\n\n#### [`run_onchange_02-install_winget_packages.ps1`](run_onchange_02-install_winget_packages.ps1)\n\nInstalls various desktop applications with winget.\n\n## ⚙️ Other configs\n\n* [Neovim config](https://github.com/ninagrosse/lazyvim-config)\n* [CLI tools plugin for xxh](https://github.com/ninagrosse/xxh-plugin-prerun-cli-tools)\n\n[^1]: Other Linuxes have their own tools for package management, but for the distros I use besides Arch (Debian, Ubuntu, Fedora), a lot of the packages aren't available in their repositories. Using Homebrew on non-Arch systems is just more hassle-free.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninagrosse%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninagrosse%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninagrosse%2Fdotfiles/lists"}