My dotfiles...
Find a file
2022-12-16 20:26:57 +01:00
config vim: keymap to switch from terminal mode to normal mode 2022-12-16 20:26:57 +01:00
home ssh: make it easy to disable individual local configurations 2022-12-14 12:23:26 +01:00
plugins/solarized.nvim vim: move solarized.nvim plugin into dotfiles repository 2022-12-12 21:04:16 +01:00
.gitattributes install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
.gitignore vim: show hidden files when searching dotfiles with telescope 2022-07-04 22:33:38 +02:00
.key Add git-crypt key 2019-06-20 00:47:49 +02:00
install.sh install: update default git committer e-mail 2022-10-24 19:25:47 +02:00
README.md Update README 2022-12-12 21:33:49 +01:00
terminal-italics.terminfo Add italic support to the TERMINFO database 2022-10-12 11:52:52 +02:00

My dotfiles

Always evolving...

Quick Start

  1. Clone this repository (e.g. into $HOME/.dotfiles) and run either:
  • ./install.sh for a dry run.
  • ./install.sh -f to actually install.
  1. Decrypt the SSH config with gpg -d --output - <(base64 -d .key) | git crypt unlock - (or just get rid of it and add your own).

Prerequisites

git-crypt and gpg are needed to decrypt sensitive information in the repository.