Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rainersigwald/dotfiles

Configuration for my user profile.
https://github.com/rainersigwald/dotfiles

Last synced: 28 days ago
JSON representation

Configuration for my user profile.

Awesome Lists containing this project

README

        

# dotfiles
Configuration for my user-profile needs.

```powershell
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
```

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

brew install chezmoi

chezmoi init rainersigwald
chezmoi apply
```