Skip to content

jlrickert/dotfiles

Repository files navigation

Dotfiles of Jared Rickert

My personal dotfiles. Pilfer at your own peril 😈

Installation

Ubuntu

sudo apt install -y git curl
sh -c "$(curl -fsLS https://raw.githubusercontent.com/jlrickert/dotfiles/main/setup.sh)"

MacOSX

brew install curl git # I am guessing here. Too lazy to look it up
sh -c "$(curl -fsLS https://raw.githubusercontent.com/jlrickert/dotfiles/main/setup.sh)"

Development

Use pnpm

Testing

Note

Requires docker

Quick get up and running in a docker environment

./scripts/ubuntu-build.sh
./scripts/ubuntu-start.sh
./packages/chezmoi/install.sh
./repos/github.com/jlrickert/dotfiles/setup.sh