My dotfiles...
Find a file
2024-07-14 02:33:00 +02:00
bin git: minor tweaks to my git commands 2024-07-14 02:33:00 +02:00
config git: turn git-alias into a git command 2024-07-14 02:32:03 +02:00
home install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
ssh ssh: update ports according to server config changes 2023-07-13 12:29:35 +02:00
utils debian: install git-delta v0.17.0 2024-03-20 23:06:41 +01: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
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.