diff options
-rw-r--r-- | .chezmoidata.toml | 1 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | chezmoi.toml.censored | 11 |
3 files changed, 16 insertions, 2 deletions
diff --git a/.chezmoidata.toml b/.chezmoidata.toml index 84c4c95..f0dd2c7 100644 --- a/.chezmoidata.toml +++ b/.chezmoidata.toml @@ -1,2 +1,3 @@ latitude = "45.5017" longitude = "-73.5673" +username.musicbrainz = "ryanakca" @@ -1,5 +1,7 @@ -My dotfiles. Copy SUBSTS to SUBSTS.local and edit. Then run './dm install'. This -will copy updated distfiles to $HOME. +dotfiles as of Decmeber 2021 use chezmoi instead of a 10+ year old +Makefile. + + cp chezmoi.toml.censored ~/.config/chezmoi/chezmoi.toml After a checkout, don't forget to run diff --git a/chezmoi.toml.censored b/chezmoi.toml.censored new file mode 100644 index 0000000..c1e4373 --- /dev/null +++ b/chezmoi.toml.censored @@ -0,0 +1,11 @@ + +[data] + keychain_keys = "id_ed25519" + locale = "en_CA.UTF-8" + password.cmu = "XXXXXXXXXX" + password.gmail = "XXXXXXXXXX" + password.local = "XXXXXXXXXX" + password.musicbrainz = "XXXXXXXXXX" + password.queensu = "XXXXXXXXXX" + password.rakac = "XXXXXXXXXX" + password.socs = "XXXXXXXXXX" |