initial commit

This commit is contained in:
L. Kraven
2024-06-14 16:13:22 -07:00
commit 825d9f73bd
5 changed files with 1903 additions and 0 deletions

6
install-shell Executable file
View File

@@ -0,0 +1,6 @@
sh -c "$(wget -O- https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)"
rm -rf ~/.cache/zsh4humans/v5/fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.cache/zsh4humans/v5/fzf
~/.cache/zsh4humans/v5/fzf/install
curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh