A reminder of how to set up my dotfiles on a new machine.
sudo pacman -S zsh
zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh <(curl -L https://nixos.org/nix/install) --daemon
sh <(curl -L https://nixos.org/nix/install) --no-daemon
nix-env -iA nixpkgs.chezmoi
chezmoi init --apply vimkim
cd $HOME/.config
git clone https://github.com/vimkim/nvim