dotfiles/README.md
Oliver Weyhmueller 60c5ce7c87
Updates
* README
* temporary change hostname
* add old dsa key
* add old ssh config
2022-01-30 20:56:27 +01:00

550 B

Dotfiles

These are my dotfiles, managed by chezmoi.

Installation

Prerequisites

The following packages are required to clone the repository and install 1password-cli to access the key for the encrypted files:

  • curl
  • git
  • git-lfs
  • gpg
  • unzip
apt install curl git git-lfs gpg unzip

Install chezmoi and clone the dotfiles

sh -c "$(curl -fsLS git.io/chezmoi)" -- -b "${HOME}/bin" -d init  --apply weyhmueller

Install vim-Plugins

vim -c "execute \"PlugUpdate\"