My dotfiles...
Find a file
2024-07-11 12:25:31 +02:00
bin Rename: git-start -> git-new 2024-02-07 21:22:20 +01:00
config nvim: use 2 spaces for file type cmake 2024-07-11 12:25:31 +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.