My dotfiles for Arch Linux

Update README and default email address

+3 -22
+1 -1
.chezmoi.toml.tmpl
··· 1 - {{- $git_email := promptStringOnce . "git_email" "Email address for Git" "59441+jehrhardt@users.noreply.github.com"}} 2 {{- $ssh_key := promptStringOnce . "ssh_key" "SSH key" "~/.ssh/id_ed25519_sk"}} 3 4 [data.git.user]
··· 1 + {{- $git_email := promptStringOnce . "git_email" "Email address for Git" "jan.ehrhardt@cozybytes.tech"}} 2 {{- $ssh_key := promptStringOnce . "ssh_key" "SSH key" "~/.ssh/id_ed25519_sk"}} 3 4 [data.git.user]
+2 -21
README.md
··· 15 16 Install required packages: 17 18 - ###### CachyOS 19 - 20 ```bash 21 paru -S \ 22 chezmoi \ ··· 29 zoxide \ 30 atuin \ 31 mise \ 32 github-cli \ 33 lazygit \ 34 tree-sitter-cli \ ··· 39 docker-compose 40 ``` 41 42 - ##### macOS 43 - 44 - ```bash 45 - brew install 46 - chezmoi \ 47 - starship \ 48 - zellij \ 49 - fish \ 50 - eza \ 51 - zoxide \ 52 - atuin \ 53 - mise \ 54 - github-cli \ 55 - lazygit \ 56 - tree-sitter-cli \ 57 - neovim 58 - ``` 59 - 60 #### SSH key 61 62 Generate a new SSH key protected by Yubikey (default location, no passphrase) 63 64 ```bash 65 - ssh-keygen -t ed25519-sk -C 59441+jehrhardt@users.noreply.github.com 66 ``` 67 68 #### Setup dotfiles
··· 15 16 Install required packages: 17 18 ```bash 19 paru -S \ 20 chezmoi \ ··· 27 zoxide \ 28 atuin \ 29 mise \ 30 + yazy \ 31 github-cli \ 32 lazygit \ 33 tree-sitter-cli \ ··· 38 docker-compose 39 ``` 40 41 #### SSH key 42 43 Generate a new SSH key protected by Yubikey (default location, no passphrase) 44 45 ```bash 46 + ssh-keygen -t ed25519-sk -C jan.ehrhardt@cozybytes.tech 47 ``` 48 49 #### Setup dotfiles