Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"))
```