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:
- MacOS
- Arch Linux
- Debian
To install the Dotfiles, install yadm and run:
yadm clone --no-bootstrap https://github.com/primeapple/dotfilesSet 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 workstationNow run the bootstrap script:
yadm bootstrapYou may now need to do some more things:
yadm decryptFrom fish run the following commands
eval (ssh-agent -c)
ssh-add ~/.ssh/id_ed25519