Add fzf 0.45.0 and key bindings for bash

This commit is contained in:
doylet
2024-01-10 12:14:15 +11:00
parent 6923fa271f
commit 4655293052
5 changed files with 692 additions and 7 deletions
+6
View File
@@ -388,6 +388,12 @@ pause
subprocess.run(llvm_script_dest_path, cwd=llvm_install_dir)
os.remove(llvm_script_dest_path)
# Install fzf scripts
# --------------------------------------------------------------------------
if not is_windows:
shutil.copy(internal_dir / "unix_fzf-completion.bash", install_dir)
shutil.copy(internal_dir / "unix_fzf-key-bindings.bash", install_dir)
# Install left-overs
# --------------------------------------------------------------------------
devenver.print_header("Install configuration files")