Skip to content

rainersigwald/dotfiles

Repository files navigation

dotfiles

Configuration for my user-profile needs.

Windows

winget install --id Git.Git -e --source winget

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex

scoop install chezmoi

chezmoi init --apply rainersigwald

macOS

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install chezmoi

chezmoi init rainersigwald
chezmoi apply

Ubuntu

sudo apt install zsh -y
sh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply rainersigwald

About

Configuration for my user profile.

Resources

License

Stars

Watchers

Forks

Contributors