My dotfiles...
Find a file
2024-02-16 01:30:20 +01:00
bin Rename: git-start -> git-new 2024-02-07 21:22:20 +01:00
config Initial commit 2024-02-16 01:30:20 +01: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
.gitattributes install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
.gitignore Remove packer_compiled.lua from gitignore 2023-08-09 09:54:56 +02:00
config.def.sh install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
debian.sh debian: replace python3-venv with python3-virtualenv 2023-10-03 13:43:14 +02:00
install.sh zsh: fix zsh cache directory 2023-10-11 09:17:22 +02:00
README.md Update README 2024-02-08 22:28:49 +01:00
terminal-italics.terminfo Fix permissions for files that shouldn't be executable 2024-02-09 19:32:48 +01:00
unlock.sh Make it easier to unlock the repository 2023-01-23 14:37:41 +00: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.