From 1e87fe44d54da560906c4711e282e53a0a79a0fc Mon Sep 17 00:00:00 2001 From: starr-dusT Date: Sun, 1 Jan 2023 21:41:28 -0800 Subject: [PATCH] Make chezmoidata file an "example" file and update readme with instructions --- .gitignore | 1 + home/.chezmoidata.yaml | 7 ------- home/.chezmoidata.yaml.example | 7 +++++++ readme.md | 9 +-------- 4 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 home/.chezmoidata.yaml create mode 100644 home/.chezmoidata.yaml.example diff --git a/.gitignore b/.gitignore index 42f6d573..b3a4d4c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .gen temp_bin +home/.chezmoidata.yaml diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml deleted file mode 100644 index d3fd81dd..00000000 --- a/home/.chezmoidata.yaml +++ /dev/null @@ -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 diff --git a/home/.chezmoidata.yaml.example b/home/.chezmoidata.yaml.example new file mode 100644 index 00000000..bfabec5e --- /dev/null +++ b/home/.chezmoidata.yaml.example @@ -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 diff --git a/readme.md b/readme.md index 907e0567..cb7562df 100644 --- a/readme.md +++ b/readme.md @@ -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`