These are my personal dotfiles I use every day. In the folder .old-dotfiles
you can see my old dotfiles. If you find something interesting, go ahead and
take whatever you want. Currently my dotfiles are only for macOS.
First of all you need yadm, this can be installed on macOS via homebrew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"brew install yadmsudo apt-get install yadmClone dotfiles with yadm
yadm clone https://github.com/daribock/dotfiles.gitbrew bundle install --file=.BrewfileSubmodules are tracked in .gitmodules.
Init submodules:
yadm submodule initUpdate submodules:
yadm submodule updatesh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
⚠️ If this doesn't work go to the official oh-my-zsh and look up the newest install command.
Decrypt all gpg and ssh keys
yadm decryptAfter decrypting all the files you will need to import the keys/ownertrust.
gpg --import "$HOME/.gnupg/.exported-keyring"/*.asc
gpg --import-ownertrust "$HOME/.gnupg/.exported-keyring"/ownertrust.txt