My precious shell configuration files. 😎
- set up private key for repository access (trust your past self and really don't skip that step)
- install
zsh - change shell to zsh
chsh username - install
chezmoi - download and initialize dotfiles
curl -sfL https://git.io/JkIKE | sh - apply chezmoi
chezmoi apply
Set up your private key and configure write access to dotfiles repository (otherwise chezmoi init will fail).
sudo pacman -Syu zsh gitor
sudo apt install zsh gitor
sudo dnf install zsh gitchsh usernameInstall chezmoi
sudo pacman -S chezmoior
sudo snap install chezmoior by following their installation instruction (notice that if you are using their install script it installs itself in .bin)
curl -sfL https://git.io/JkIKE | shMake sure you have correct access rights to this repository.
chezmoi apply~/bin/install_shell_toolsAfter next login everything should work.