Select the types of activity you want to include in your feed.
Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature.
gitlab.com/andreijiroh-dev/dotfiles
···2233Yup, I'm starting a fresh for my dotfiles for 2025 and beyond, now with
44[nixpkgs](https://nixos.org) and [home-manager](https://nix-community.github.io/home-manager).
55-(Don't worry, I'll be maintaining the yadm-era setup for non-Nix setups seperately)
55+(Don't worry, I'll be maintaining the yadm-era setup for non-Nix setups seperately
66+as seperate branches for prosperity.)
6778## Usage
89···1617cd ~
1718git init
1819git remote add origin https://mau.dev/andreijiroh-dev/dotfiles
1919-# TODO: add the rest
2020+git checkout -f main
2021```
21222223## Directory + File Map
···2728usually in sync
2829* [`.config/home-manager`](./.config/home-manager/) - Home-manager configs, mostly CLI and desktop apps go here
2930* [`bin`](./bin) - Shell scripts! (because Nix looks like Haskell to me)
3131+3232+## Related repositories
3333+3434+* [`@andreijiroh-dev/nixops-config`][nixops-config] - my NixOS + home-manager configs, with flake support (TODO: turn `.config/nixos` into submodule)
3535+* [`@andreijiroh-dev/infraops`][infraops] - the homelab config in pure Docker Compose insanity, alongside DNS records YAML files for octoDNS
3636+* [`@recaptime-dev/infra`][rtdev-infra] - @recaptime-dev's infra configurations and home for our Infra Issue Tracker
3737+* [`@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`)
3838+3939+[nixops-config]: https://github.com/andreijiroh-dev/nixops-config
4040+[infraops]: https://github.com/andreijiroh-dev/infraops
4141+[rtdev-infra]: https://github.com/recaptime-dev/infra
4242+[rtdev-infra-internals]: https://github.com/internal-recaptime-dev/infra-internals-public