No description
Find a file
Oliver Weyhmueller 60c5ce7c87
Updates
* README
* temporary change hostname
* add old dsa key
* add old ssh config
2022-01-30 20:56:27 +01:00
.chezmoiscripts Update 2022-01-30 20:56:16 +01:00
bin Update 2022-01-30 20:56:16 +01:00
checkstyle Initial Commit 2022-01-30 20:56:10 +01:00
dot_age Update 2022-01-30 20:56:16 +01:00
dot_aws Update 2022-01-30 20:56:16 +01:00
dot_config/git Update 2022-01-30 20:56:16 +01:00
dot_gitmoji Initial Commit 2022-01-30 20:56:10 +01:00
dot_httpie Initial Commit 2022-01-30 20:56:10 +01:00
dot_ssh Updates 2022-01-30 20:56:27 +01:00
dot_vim Update 2022-01-30 20:56:16 +01:00
fonts Add README and console fonts 2022-01-30 20:56:22 +01:00
.chezmoi.yaml.tmpl Updates 2022-01-30 20:56:27 +01:00
.chezmoiexternal.yaml Update 2022-01-30 20:56:16 +01:00
.chezmoiignore Update 2022-01-30 20:56:16 +01:00
.chezmoiremove Update 2022-01-30 20:56:16 +01:00
.gitattributes Add README and console fonts 2022-01-30 20:56:22 +01:00
.gitignore Update 2022-01-30 20:56:16 +01:00
dot_ackrc Initial Commit 2022-01-30 20:56:10 +01:00
dot_aliases Initial Commit 2022-01-30 20:56:10 +01:00
dot_dircolors Initial Commit 2022-01-30 20:56:10 +01:00
dot_p10k.zsh Update 2022-01-30 20:56:16 +01:00
dot_powerlevel9k Initial Commit 2022-01-30 20:56:10 +01:00
dot_tigrc Update 2022-01-30 20:56:16 +01:00
dot_tmux.conf Update 2022-01-30 20:56:16 +01:00
dot_vimrc Initial Commit 2022-01-30 20:56:10 +01:00
dot_zshenv Initial Commit 2022-01-30 20:56:10 +01:00
dot_zshrc Initial Commit 2022-01-30 20:56:10 +01:00
dot_zshsyntax Update 2022-01-30 20:56:16 +01:00
README.md Updates 2022-01-30 20:56:27 +01:00
yt-dlp.conf Initial Commit 2022-01-30 20:56:10 +01:00

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\"