Personal dotfiles managed with chezmoi.
| Config | Path |
|---|---|
| zsh | ~/.zshrc, ~/.p10k.zsh |
| tmux | ~/.tmux.conf |
| git | ~/.gitconfig |
| kitty | ~/.config/kitty/ |
| neovim | ~/.config/nvim/ |
| ssh | ~/.ssh/config |
sh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply matt-starrThis also runs .chezmoiscripts/run_once_install-packages.sh which installs:
- oh-my-zsh
- powerlevel10k
- zsh-autosuggestions
- zsh-syntax-highlighting
These vary by distro. Arch install directions:
pacman -S fzf git openssh zsh tmux kitty neovimCreate ~/.zsh_secrets (not tracked in repo):
# ~/.zsh_secrets
export MY_SECRET="..."- Set Caps key to ctrl+esc. On linux, I do this using keyd. MacOS with Karabiner-Elements.