This repository contains my development environment configuration.
An install script dotfiles.sh is included to manage linking/unlinking of configuration and also to get a fresh install of Linux/macOS up and running with full-fledged packages and configuration in one command!
To link dotfiles to your XDG directories, run:
./dotfiles.sh linkTo unlink previously linked dotfiles, run:
./dotfiles.sh unlinkTo install base (minimal) packages then link dotfiles, run:
./dotfiles.sh install baseTo install a Linux desktop, run:
./dotfiles.sh install base desktop
# or
./dotfiles.sh install base desktop extraTo install extra packages, run:
./dotfiles.sh install extraTo detect and clean your target directory of link conflicts, run:
./dotfiles.sh cleanFor help, run:
./dotfiles.sh --help