Files
dotfiles/install.conf.yaml
druckdev f5259b5505 Add fuzzy finder
Add fzf as submodule.
Source it keybindings and completion files.
Adjust dotbot install config to pull fzf binary.
Add symlink to its binary.
2020-08-04 02:54:05 +02:00

18 lines
577 B
YAML

- shell:
- git submodule update --init --recursive --jobs 8
- /bin/sh -c 'tmpd="$(mktemp -d)"; for file in .config/*; do [ ! -e "$HOME/$file" ] || mv "$HOME/$file" "$tmpd"; done; rmdir "$tmpd" 2>/dev/null || { tar czvf "existing-$(date +"%s").tar.gz" "$tmpd" && rm -rf "$tmpd"; }'
- .config/zsh/plugins/fzf/install --bin
- link:
~/.Xresources:
.Xresources
~/.zshenv:
.zshenv
~/.config/:
create: true
glob: true
path: .config/*
~/.local/bin/:
create: true
glob: true
path: .local/bin/*