My dotfiles...
Find a file
2021-08-16 12:26:48 +02:00
alacritty alacritty: use zsh 2021-08-11 02:52:50 +02:00
bash Configuration system overhaul 2021-08-10 18:14:41 +02:00
bin environ: highlight env var values rather than names 2021-08-09 00:00:00 +02:00
git Configuration system overhaul 2021-08-10 18:14:41 +02:00
jupyter Organize config files by program 2021-08-10 13:06:48 +02:00
mintty Organize config files by program 2021-08-10 13:06:48 +02:00
nvim Organize config files by program 2021-08-10 13:06:48 +02:00
python Organize config files by program 2021-08-10 13:06:48 +02:00
readline Organize config files by program 2021-08-10 13:06:48 +02:00
ssh Organize config files by program 2021-08-10 13:06:48 +02:00
tmux Organize config files by program 2021-08-10 13:06:48 +02:00
x11 Organize config files by program 2021-08-10 13:06:48 +02:00
zsh zsh: fix cursor shapes in vi-mode 2021-08-16 12:26:48 +02:00
.gitattributes Organize config files by program 2021-08-10 13:06:48 +02:00
.gitignore install: make install script self contained 2021-08-16 11:15:35 +02:00
.key Add git-crypt key 2019-06-20 00:47:49 +02:00
install.sh install: make install script self contained 2021-08-16 11:15:35 +02:00
README.md update README 2020-12-23 04:16:49 +00:00

Prerequisites

Only ansible is required for installing the dotfiles.

NOTE: git-crypt and gpg are needed to decrypt sensitive information in the repository, but these are installed by the ansible playbook.

Install ansible on Linux

sudo apt install -y ansible

Install ansible on macOS

brew install ansible

Installation

Steps:

  1. Clone the repo.
  2. Play the local.yml ansible playbook.
  3. Decrypt key & initialize git-crypt to access sensitive data.

Gimme the code:

git clone https://git.schauenburg.me/fernando/dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
ansible-playbook local.yml
gpg -d --output - <(base64 -d .key) | git crypt unlock -