My dotfiles...
Find a file
2025-03-07 20:57:18 +01:00
bin lock: use openssl instead of gpg 2025-03-07 20:57:18 +01:00
config nvim: improvements to filetype detection 2025-03-05 10:17:28 +01:00
home clang-format: better alignment after brackets 2025-03-05 10:24:16 +01:00
ssh Ensure files end with a new line 2024-07-14 23:51:56 +02:00
utils debian: update package versions 2024-10-23 18:26:41 +02:00
.gitattributes Ensure files end with a new line 2024-07-14 23:51:56 +02:00
.gitignore Ignore podman configurations (config/containers) 2025-03-05 10:20:45 +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: add a global .clang-format 2024-08-23 21:21:17 +02: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.