My dotfiles...
Notable differences to the default command shipped with fzf: - I want to see hidden files, but not directories (the default hides both). - I want to exclude some directories on my Mac home, which are too large and make the find command really slow. Plus, I never want to dig into those directories with this method anyway. |
||
---|---|---|
bin | ||
config | ||
home | ||
ssh | ||
utils | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
install.sh | ||
README.md |
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.