My dotfiles...
Find a file
2023-08-13 22:40:52 +02:00
bin bin: fix shellcheck warnings 2023-07-24 21:34:05 +02:00
config vim/lsp: lazy load 2023-08-13 22:40:52 +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
.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: remove unwanted neovim parts non-verbosely 2023-07-15 18:37:00 +02:00
install.sh install: add -y option 2023-07-07 22:33:30 +02:00
README.md install: require -n to perform dry run 2023-07-07 22:32:59 +02:00
terminal-italics.terminfo Add italic support to the TERMINFO database 2022-10-12 11:52:52 +02: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.