My dotfiles...
1. Show the filename in italics if file is modified. 2. Put the plus sign on the right of the filename and make it stand out. 3. The symbols I was using were not rendering well on macOS and don't really have the time to debug this now. Just use simpler line. |
||
---|---|---|
config | ||
home | ||
.gitattributes | ||
.gitignore | ||
.key | ||
install.sh | ||
README.md | ||
terminal-italics.terminfo |
Prerequisites
git-crypt and gpg are needed to decrypt sensitive information in the repository.
Installation
Steps:
- Clone the repo.
- Decrypt key & initialize git-crypt to access sensitive data.
- Run
install.sh
Gimme the code:
git clone https://git.schauenburg.me/fernando/dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
gpg -d --output - <(base64 -d .key) | git crypt unlock -
./install.sh