Make chezmoidata file an "example" file and update readme with instructions

This commit is contained in:
Tyler Starr 2023-01-01 21:41:28 -08:00
parent 7489ca4e54
commit 1e87fe44d5
4 changed files with 9 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.gen
temp_bin
home/.chezmoidata.yaml

View File

@ -1,7 +0,0 @@
user: test
hostname: test
desktop: i3 # valid values: i3, gnome
network_interface: "eth0"
git_user: "starr-dusT"
git_email: &my_email "starrtyler88@gmail.com"
bitwarden_email: *my_email

View File

@ -0,0 +1,7 @@
user: dudebro
hostname: *insert FTL ship here*
desktop: dwm (jk) # valid values: i3, gnome
network_interface: reeeeee
git_user: hAxOr
git_email: &my_email dude@bro.com
bitwarden_email: *my_email

View File

@ -17,7 +17,7 @@ sudo xbps-install -S git chezmoi -y
git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi
```
Then edit the `.chezmoidata.yaml` file within `home` to desired settings and run the following commands:
Copy `.chezmoidata.yaml.example` to `.chezmoidata.yaml` and edit with desired settings then run the following commands:
```bash
~/.local/share/chezmoi/jumpstart.sh
@ -30,10 +30,3 @@ Perform additional setup found in [additional-setup](additional-setup.md)
## Update Setup
`void-update` command updates the system with ansible. Run `void-update -h` for information on usage.
## TODO
- setup pavucontrol and bluetooth with scratchpads, polybar integration, etc.
- install taskopen with ansible?
- crontab for calendar and contact sync?
- figure out wireguard setup for `additional-setup`