Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rainersigwald/dotfiles
- Owner: rainersigwald
- License: mit
- Created: 2018-07-23T14:56:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T14:28:52.000Z (3 months ago)
- Last Synced: 2024-10-06T15:22:01.430Z (about 1 month ago)
- Language: PowerShell
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rainersigwald/dotfiles - Configuration for my user profile. (PowerShell)
README
# dotfiles
Configuration for my user-profile needs.```powershell
winget install --id Git.Git -e --source wingetSet-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iexscoop 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
```