10 lines
496 B
Plaintext
Executable File
10 lines
496 B
Plaintext
Executable File
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
|
|
wget -O /tmp/bat.deb https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_amd64.deb
|
|
sudo apt install /tmp/bat.deb
|
|
sudo apt install fd-find
|
|
ln -s $(which fdfind) ~/.local/bin/fd
|
|
git clone https://github.com/junegunn/fzf-git.sh.git ~/fzf-git.sh
|