No description
* README * temporary change hostname * add old dsa key * add old ssh config |
||
|---|---|---|
| .chezmoiscripts | ||
| bin | ||
| checkstyle | ||
| dot_age | ||
| dot_aws | ||
| dot_config/git | ||
| dot_gitmoji | ||
| dot_httpie | ||
| dot_ssh | ||
| dot_vim | ||
| fonts | ||
| .chezmoi.yaml.tmpl | ||
| .chezmoiexternal.yaml | ||
| .chezmoiignore | ||
| .chezmoiremove | ||
| .gitattributes | ||
| .gitignore | ||
| dot_ackrc | ||
| dot_aliases | ||
| dot_dircolors | ||
| dot_p10k.zsh | ||
| dot_powerlevel9k | ||
| dot_tigrc | ||
| dot_tmux.conf | ||
| dot_vimrc | ||
| dot_zshenv | ||
| dot_zshrc | ||
| dot_zshsyntax | ||
| README.md | ||
| yt-dlp.conf | ||
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\"