updated scripts
This commit is contained in:
@@ -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
3
install-thefk
Executable 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
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