Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 317 Bytes

Dotfiles

This is my dotfiles repo. There are many like it, but this one is mine 😅

Tools

I manage my system/dotfiles through shell scripts and Chezmoi:

Installation

curl https://raw.githubusercontent.com/szinn/dotfiles/main/setup.sh > /tmp/install && chmod +x /tmp/install && /tmp/install