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.
U=`id -u` G=`id -g` docker-compose up --build
To use Ubuntu noble
U=`id -u` G=`id -g` UBUNTU_CODENAME=noble docker-compose up --build
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