Home

Awesome

my dotfiles

Linux / Mac

Copy and paste it.

curl -fsS https://pkgx.sh | sh
pkgx cargo install --git https://github.com/ubnt-intrepid/dot.git
dot init yukimemi/dotfiles

# and then
zsh

Windows

winget install Microsoft.VisualStudio.2022.BuildTools --override "--add Microsoft.VisualStudio.Workload.VCTools"

After installed, reboot OS.

Use command-line parameters to install Visual Studio | Microsoft Learn

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/yukimemi/dotfiles/main/win/setup.ps1" -OutFile "setup.ps1"
powershell -File .\setup.ps1
git config --global core.autocrlf false
git clone https://github.com/yukimemi/dotfiles .dotfiles
rustup default stable
cargo install --git https://github.com/ubnt-intrepid/dot.git
cd .dotfiles
sudo dot link