Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 956 Bytes

File metadata and controls

41 lines (33 loc) · 956 Bytes

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:

Installation

To install the Dotfiles, install yadm and run:

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

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

SSH Key Generation

From fish run the following commands

eval (ssh-agent -c)
ssh-add ~/.ssh/id_ed25519