diff options
author | Guangxiong Lin <[email protected]> | 2022-01-22 21:11:52 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-01-22 21:11:52 +0800 |
commit | 843b8510acd58fa9c1d1df6d8837d0406392e1b2 (patch) | |
tree | 1a4cf0c23b8100dad12a822238f8e4ee4a0fc7d2 /scripts | |
parent | 2a73c0e9167373828763e1965fc6fedda9431509 (diff) | |
download | dotfiles-843b8510acd58fa9c1d1df6d8837d0406392e1b2.tar.gz dotfiles-843b8510acd58fa9c1d1df6d8837d0406392e1b2.tar.bz2 dotfiles-843b8510acd58fa9c1d1df6d8837d0406392e1b2.zip |
Add fzf config
The fzf config is splited into .env and .functions before. It will be
hard to remove the config of fzf when I want to replace fzf with other
finder (e.g. skim). I place all config related to .fzfrc now.
Besides, I add the config to load fzf completion and key bindings.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 235aead..dc5d3cc 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -21,7 +21,7 @@ link_all () { .mbsyncrc .msmtprc .tmux.conf .urlview .zshrc \ .vimrc .vim .path .functions .emacs.d .gitconfig \ .config/i3 .config/polybar .xinitrc .pam_environment \ - .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml + .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc } main () { |