Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update the bloody docs

+15 -2
+15 -2
README.md
··· 2 2 3 3 Yup, I'm starting a fresh for my dotfiles for 2025 and beyond, now with 4 4 [nixpkgs](https://nixos.org) and [home-manager](https://nix-community.github.io/home-manager). 5 - (Don't worry, I'll be maintaining the yadm-era setup for non-Nix setups seperately) 5 + (Don't worry, I'll be maintaining the yadm-era setup for non-Nix setups seperately 6 + as seperate branches for prosperity.) 6 7 7 8 ## Usage 8 9 ··· 16 17 cd ~ 17 18 git init 18 19 git remote add origin https://mau.dev/andreijiroh-dev/dotfiles 19 - # TODO: add the rest 20 + git checkout -f main 20 21 ``` 21 22 22 23 ## Directory + File Map ··· 27 28 usually in sync 28 29 * [`.config/home-manager`](./.config/home-manager/) - Home-manager configs, mostly CLI and desktop apps go here 29 30 * [`bin`](./bin) - Shell scripts! (because Nix looks like Haskell to me) 31 + 32 + ## Related repositories 33 + 34 + * [`@andreijiroh-dev/nixops-config`][nixops-config] - my NixOS + home-manager configs, with flake support (TODO: turn `.config/nixos` into submodule) 35 + * [`@andreijiroh-dev/infraops`][infraops] - the homelab config in pure Docker Compose insanity, alongside DNS records YAML files for octoDNS 36 + * [`@recaptime-dev/infra`][rtdev-infra] - @recaptime-dev's infra configurations and home for our Infra Issue Tracker 37 + * [`@recaptime-dev/infra-internals`][rtdev-infra-internals] - @recaptime-dev's infra configs for Portainer (the public repo version only have `stack.env` files removed via `git-filter-repo`) 38 + 39 + [nixops-config]: https://github.com/andreijiroh-dev/nixops-config 40 + [infraops]: https://github.com/andreijiroh-dev/infraops 41 + [rtdev-infra]: https://github.com/recaptime-dev/infra 42 + [rtdev-infra-internals]: https://github.com/internal-recaptime-dev/infra-internals-public