updated scripts
This commit is contained in:
9
install-tools
Executable file
9
install-tools
Executable file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user