mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Make chezmoidata file an "example" file and update readme with instructions
This commit is contained in:
parent
7489ca4e54
commit
1e87fe44d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.gen
|
.gen
|
||||||
temp_bin
|
temp_bin
|
||||||
|
home/.chezmoidata.yaml
|
||||||
|
@ -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
|
|
7
home/.chezmoidata.yaml.example
Normal file
7
home/.chezmoidata.yaml.example
Normal 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
|
@ -17,7 +17,7 @@ sudo xbps-install -S git chezmoi -y
|
|||||||
git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi
|
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
|
```bash
|
||||||
~/.local/share/chezmoi/jumpstart.sh
|
~/.local/share/chezmoi/jumpstart.sh
|
||||||
@ -30,10 +30,3 @@ Perform additional setup found in [additional-setup](additional-setup.md)
|
|||||||
## Update Setup
|
## Update Setup
|
||||||
|
|
||||||
`void-update` command updates the system with ansible. Run `void-update -h` for information on usage.
|
`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`
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user