/dotfiles2

dotfiles, attempt 2

Primary LanguageShellGNU General Public License v3.0GPL-3.0

dotfiles2

electric boogaloo

This is where I keep my dotfiles.

Overview

List of software included:

Install

curl -L carterprince.us/dotfiles | sh
cd
git init
git remote add origin https://github.com/carterprince/dotfiles2.git
git fetch
git checkout -f main