Skip to content

primeapple/dotfiles

Repository files navigation

Dotfiles

This Repository contains my dotfiles as well as scripts to manage the installation and configuration of various applications.

It is managed by YADM.

Used for the following systems systems:

Prerequisites

MacOS

Installation

To install the Dotfiles, install yadm with your package manager (apt/pacman/brew) and run:

yadm clone --no-bootstrap https://github.com/primeapple/dotfiles

Check that there are no local diffs:

yadm -c core.pager='' diff
# if there are changes, inspect them, then run
yadm checkout "$HOME"

Set the corresponding classes of the machine, if needed:

# if the machine run on nvidia gpu and needs graphical user interface
yadm config --add local.class nvidia
# if the machine is interactively used
yadm config --add local.class workstation

Now run the bootstrap script:

yadm bootstrap

You may now need to do some more things:

yadm decrypt

Follow Up

MacOS

About

My personal dotfiles

Topics

Resources

License

Stars

Watchers

Forks

Contributors