My dotfiles...
Find a file
2023-07-09 12:29:36 +02:00
bin bin: add lock, a VERY simple encryption tool 2023-03-03 19:20:00 +01:00
config vim: fix missing default mappings for 'nvim-tree' 2023-07-09 12:29:36 +02:00
home install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
plugins/solarized.nvim vim: all support for 'hrsh7th/nvim-cmp' to solarized colorscheme 2023-07-09 12:21:46 +02:00
ssh install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
.gitattributes install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
.gitignore install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
config.def.sh install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
debian.sh Add Debian setup script 2023-07-07 23:17:07 +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.