My dotfiles...
Find a file
Fernando Schauenburg cf5d50e324 nvim: remove conflicting keymap <c-h> in Telescope file_browser
This key combination is used for toggling hidden files by default, which
is more useful than what I was doing.
2023-01-28 23:35:42 +01:00
config nvim: remove conflicting keymap <c-h> in Telescope file_browser 2023-01-28 23:35:42 +01:00
home ssh: remove gitlab.schauenburg.me 2023-01-22 12:53:10 +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
install.sh install: update default git committer e-mail 2022-10-24 19:25:47 +02:00
README.md Update README 2023-01-23 14:52:58 +00:00
terminal-italics.terminfo Add italic support to the TERMINFO database 2022-10-12 11:52:52 +02:00
unlock.sh Make it easier to unlock the repository 2023-01-23 14:37:41 +00:00

My dotfiles

Always evolving...

Quick Start

$ git clone https://github.com/fschauen/dotfiles.git $HOME/.dotfiles
$ cd $HOME/.dotfiles
$ ./install.sh -f   # omit -f for a dry run
$ ./unlock.sh       # decrypt the SSH configuration

If you are not me, then you won't have the password to use in the last step. Just git rm unlock.sh home/.ssh/config and add your own.

Prerequisites

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