My dotfiles...
  • Lua 57.3%
  • Shell 32%
  • Perl 7.3%
  • Python 3.2%
  • Awk 0.2%
Find a file
2026-06-10 14:23:09 +02:00
bin git: remove need for delta-wrapper with a zsh alias 2026-05-16 23:14:32 +02:00
config zsh: fix display of NerdFonts with newer versions of less 2026-05-22 11:50:19 +02:00
home editorconfig: C#: disable IDE0065 (using directive placement) 2026-03-26 20:52:06 +01:00
ssh ssh: disable IdentitiesOnly and use default key names 2026-06-10 14:23:09 +02: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 git: add custom log script 2026-03-26 20:41:32 +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 git: add custom log script 2026-03-26 20:41:32 +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.