My dotfiles...
Find a file
2026-02-03 21:46:57 +01:00
bin git: add git-doc: open git documentation in HTML format 2026-01-31 00:42:01 +01:00
config nvim: remove unused plugin 'telescope-file-browser.nvim' 2026-02-03 21:44:24 +01:00
home omnisharp: fix end of file 2026-02-03 21:46:57 +01:00
ssh ssh: require minimum 2048 bits for RSA signatures 2025-12-04 14:16:04 +01:00
utils terminfo: better documentation 2025-11-01 11:29:19 +01:00
.gitattributes Ensure files end with a new line 2024-07-14 23:51:56 +02:00
.gitignore Ignore htop configuration 2025-03-18 17:56:14 +01:00
.pre-commit-config.yaml pre-commit: use hook provided by the stylua developer 2024-07-23 09:08:55 +02:00
install.sh install: remove x-prefix in comparisons 2026-02-03 21:40:59 +01:00
README.md readme: use ATX-style headings 2024-07-20 01:37:11 +02:00

My dotfiles

Always evolving...

Quick Start

$ git clone https://github.com/fschauen/dotfiles.git $HOME/.dotfiles
$ cd $HOME/.dotfiles
$ ./install.sh
$ ./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 ssh/config and add your own.

Prerequisites

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