My dotfiles...
Find a file
2024-07-14 23:51:56 +02:00
bin git: add some useful commands (authors, cal, ignored, tree) 2024-07-14 02:33:19 +02:00
config zsh: remove executable bit from files that are meant to be sourced 2024-07-14 23:51:56 +02:00
home Remove BOM (byte order marker) from .XCompose 2024-07-14 23:51:56 +02:00
ssh ssh: update ports according to server config changes 2023-07-13 12:29:35 +02:00
utils Fix permissions for files that should be executable 2024-07-14 23:51:56 +02:00
.gitattributes install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
.gitignore zsh: git ignore sessions 2024-03-10 16:32:07 +01:00
.pre-commit-config.yaml pre-commit: add initial configuration 2024-07-14 23:51:41 +02:00
install.sh Clean up 2024-03-18 22:18:12 +01:00
README.md Update README 2024-02-08 22:28:49 +01: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.