My dotfiles...
Find a file
Fernando Schauenburg a70e2801af zsh: add function to prepend to PATH without duplicates
With this function, I can use the same logic in other configuration
files (e.g. `~/.local/etc/zsh/config.zsh`). This avoids duplication in
tmux sessions when prepending naively.
2024-07-15 21:37:28 +02:00
bin Fix shellcheck findings 2024-07-14 23:52:23 +02:00
config zsh: add function to prepend to PATH without duplicates 2024-07-15 21:37:28 +02:00
home Ensure files end with a new line 2024-07-14 23:51:56 +02:00
ssh Ensure files end with a new line 2024-07-14 23:51:56 +02:00
utils Fix shellcheck findings 2024-07-14 23:52:23 +02:00
.gitattributes Ensure files end with a new line 2024-07-14 23:51:56 +02:00
.gitignore Ensure files end with a new line 2024-07-14 23:51:56 +02:00
.pre-commit-config.yaml pre-commit: don't fix end-of-file for lazy-lock.json 2024-07-14 23:52:33 +02:00
install.sh Fix shellcheck findings 2024-07-14 23:52:23 +02:00
README.md Ensure files end with a new line 2024-07-14 23:51:56 +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.