Run one-liner to setup dotfiles.
This repo will be cloned to ~/.local/share/dotfiles
.
curl -fsL https://raw.githubusercontent.com/MikiyaShibuya/dotfiles/refs/heads/master/setup_dotfiles.sh | bash -s --
(Opional) Change to zsh.
sudo chsh $USER -s /bin/zsh
That's all.
You can execute sudo command with no password required by authenticating with ssh key.
Add your pubkey to ~/.ssh/authorized_keys
and run the following command to enable this feature.
curl -fsL https://raw.githubusercontent.com/MikiyaShibuya/dotfiles/refs/heads/master/shell/setup_ssh_agent_auth.sh | sudo bash -s -- ~/.ssh/authorized_keys