Skip to content

MikiyaShibuya/dotfiles

Repository files navigation

dotfiles

Installation

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.

Test in container

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

Setup SSH-Agent sudo auth

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published