Cross-platform configuration for Windows and Ubuntu
View on GitHub →Run this command in PowerShell:
irm dotfiles.klimenko.dk/install.ps1 | iex
Or download and run manually:
Invoke-WebRequest -Uri https://dotfiles.klimenko.dk/install.ps1 -OutFile install.ps1
.\install.ps1
Run this command in your terminal:
curl -fsSL dotfiles.klimenko.dk/install.sh | bash
Or download and run manually:
curl -fsSL https://dotfiles.klimenko.dk/install.sh -o install.sh
chmod +x install.sh
./install.sh
$env:HOMEIf you prefer to install manually or want more control over the process, follow the detailed instructions in the README on GitHub.
To update your dotfiles to the latest version:
cd C:\home\dotfiles
git pull
git submodule update --remote
cd ~/dotfiles
git pull
git submodule update --remote
For issues, questions, or contributions, please visit the GitHub repository.
For detailed documentation, customization options, and troubleshooting tips, see the full README on GitHub.