diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 10:49:56 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 10:49:56 +0200 |
commit | 5206e8144d085430e2f370db795858d9518c1ae8 (patch) | |
tree | e932a59f78b4c3d39cef5cac60c5ff36bba49311 /shell_only.sh | |
parent | d5c561133d5e09e68b8482c014a064d7124ff01e (diff) |
Include fzf zsh scripts in this repository (cross-distro)
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_only.sh b/shell_only.sh index bac2aee..79ae76e 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -85,6 +85,8 @@ ln -sf ${PWD}/bin ~/bin mkdir -p ~/ ln -sf ${PWD}/zshrc ~/.zshrc ln -sf ${PWD}/zsh_aliases ~/.zsh_aliases +ln -sf ${PWD}/fzf_key_bindings.zsh ~/.zsh_fzf_key_bindings +ln -sf ${PWD}/fzf_completion.zsh ~/.zsh_fzf_completion ln -sf ${PWD}/tmux.conf ~/.tmux.conf ln -sf ${PWD}/vimrc ~/.vimrc |