dotfiles/readme.md

26 lines
1.4 KiB
Markdown
Raw Normal View History

2022-12-10 17:09:35 -08:00
# Dotfiles
> My dotfiles... What do you want?
2023-07-05 18:22:08 -07:00
My personal dotfiles repo. Documentation is pretty spotty. Maybe I'll fix that
someday, but I probably won't.
2022-12-10 17:09:35 -08:00
## Usage
2023-10-14 14:52:25 -07:00
Dotfiles are managed with chezmoi and located in the `home` folder.
The NixOS flake contained in `provision/nixos` contains nix code for installing
and configuring my various NixOS based machines. See the provision [readme](./provision/readme.md)
2023-10-13 21:40:26 -07:00
for information on initial installation.
2023-10-14 14:52:25 -07:00
The `provision/alpine` folder contains a script to install and configure [iSH](https://ish.app/)
for use with zk and taskwarrior.
2023-10-13 21:40:26 -07:00
## Managed Machines
| | Name | Role | Description |
|---|---|---|---|
2023-10-14 14:52:25 -07:00
| <img src="./img/kestrel.png" width="100"> | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Nixos based main machine that does it all gaming, programming, 3D modelling, etc. |
| <img src="./img/torus.png" width="100"> | [Torus](./provision/hosts/torus/) | Home server | NixOS based home server for storage, hosting machine backups, and running services like Jellyfin. |
2023-10-13 21:40:26 -07:00
| <img src="./img/bulwark.png" width="100"> | [Bulwark](./provision/hosts/bulwark/) | Steam Deck | NixOS based Steam Deck that can has my linux niceties and acts like a Steam Deck using the great [Jovian Nixos](https://github.com/Jovian-Experiments/Jovian-NixOS). |
2023-10-14 14:52:25 -07:00
| <img src="./img/nesasio.png" width="100"> | [Nesasio](./provision/alpine/) | Phone CLI | iSH config for zk and taskwarrior. |