My dotfiles...
Find a file
Fernando Schauenburg b870ca983d tmux: revert navigation bindings
Even after allowing for some time to adjust my muscle memory, it turns
out that I prefer the previous way of navigating.

This reverts commits:

    - 1c51425d370cd25c1c189a054809557759028d19
    - 7ef518901890c8979309fc23cf6b3293ef498dbb
2022-10-24 10:14:43 +02:00
config tmux: revert navigation bindings 2022-10-24 10:14:43 +02:00
home zsh: make `~/.zshenv' as small as possible 2022-10-21 20:16:10 +02: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: show stow warnings in red 2022-02-07 20:21:32 +01:00
README.md Update README 2022-09-26 21:06:39 +02:00
terminal-italics.terminfo Add italic support to the TERMINFO database 2022-10-12 11:52:52 +02:00

Prerequisites

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

Installation

Steps:

  1. Clone the repo.
  2. Decrypt key & initialize git-crypt to access sensitive data.
  3. Run install.sh

Gimme the code:

git clone https://git.schauenburg.me/fernando/dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
gpg -d --output - <(base64 -d .key) | git crypt unlock -
./install.sh