updated scripts

This commit is contained in:
Vuong Hoang
2024-06-14 16:34:42 -07:00
parent 825d9f73bd
commit eea7e6d478
3 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1 @@
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

3
install-thefk Executable file
View File

@@ -0,0 +1,3 @@
sudo apt update
sudo apt install python3-dev python3-pip python3-setuptools
pip3 install thefuck --user --break-system-packages

9
install-tools Executable file
View 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