Update readme

This commit is contained in:
Daniel Flanagan 2023-04-16 02:50:54 -05:00
parent e8b7b6101d
commit 558ba7d20a
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 12 additions and 6 deletions

View File

@ -20,6 +20,15 @@ git clone https://git.lyte.dev/lytedev/dotfiles.git "$HOME/.config/lytedev-dotfi
"$HOME/.config/lytedev-dotfiles/common/bin/dotfiles-setup" "$HOME/.config/lytedev-dotfiles/common/bin/dotfiles-setup"
``` ```
## Provisioned Setup
This method is incomplete and unstable. It takes a fresh box with a network
connection and fully sets it up the way I like.
```bash
curl -LO lyte.dev/dfi.sh && sh -i dfi.sh
```
# Repo Structure # Repo Structure
My dotfiles are composed together by layering "environments" since I want my dotfiles to be flexible across servers, laptops, desktops, and even my phone (via Termux). My dotfiles are composed together by layering "environments" since I want my dotfiles to be flexible across servers, laptops, desktops, and even my phone (via Termux).
@ -135,15 +144,12 @@ git merge upstream/master
# Todo # Todo
- Setup `host/desktop/bin/reboot-to-windows` to use efibootmgr and simply grep for the boot entry They're littered throughout the repo in code comments. `rg -i todo`
- Maybe also a script for cleaning up bad boot entries?
# Screenshots # Screenshots
## Arch Linux Desktop Any relevant screenshots should be findable here:
[files.lyte.dev/images](https://files.lyte.dev/images/)
![Battlestation][battlestation-photo]
![Desktop Screenshot][desktop-screenshot]
[upstream]: https://git.lyte.dev/lytedev/dotfiles [upstream]: https://git.lyte.dev/lytedev/dotfiles
[github]: https://github.com/lytedev/dotfiles [github]: https://github.com/lytedev/dotfiles