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:

Installation

To install the Dotfiles, install yadm and run:

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

Now run the bootstrap script:

yadm bootstrap

You may now need to do some more things:

yadm decrypt
chsh -s $(which fish)

SSH Key Generation

From fish run the following commands

ssh-keygen -t ed25519 -C "toni.mueller.web@mailbox.org"
eval (ssh-agent -c)
ssh-add ~/.ssh/id_ed25519