Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/locus313/dotfiles
My Dotfiles managed with Chezmoi
https://github.com/locus313/dotfiles
chezmoi dotfiles dotfiles-linux dotfiles-windows linux-dotfiles windows-dotfiles
Last synced: 7 days ago
JSON representation
My Dotfiles managed with Chezmoi
- Host: GitHub
- URL: https://github.com/locus313/dotfiles
- Owner: locus313
- Created: 2024-07-19T00:27:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T20:53:13.000Z (2 months ago)
- Last Synced: 2024-09-15T08:58:50.591Z (2 months ago)
- Topics: chezmoi, dotfiles, dotfiles-linux, dotfiles-windows, linux-dotfiles, windows-dotfiles
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Patrick Lewis dotfiles
## Getting started
### Linux
```bash
sh -c "$(wget -qO- https://raw.githubusercontent.com/locus313/dotfiles/main/install.sh)"
```
### Windows
```powershell
iex ((New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/locus313/dotfiles/main/install.ps1"))
```