From 454ee41ae53faa48d4614bc000733f9fe27f8871 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 30 Mar 2024 18:41:04 +0100 Subject: [PATCH] remove useless stuff --- termux.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/termux.sh b/termux.sh index 9ce36fd..e2b9b75 100644 --- a/termux.sh +++ b/termux.sh @@ -31,13 +31,10 @@ function main { chsh -s fish # Remove motd fish -c "set -U fish_greeting" - # Reversed search + # Fisher curl -sL https://git.io/fisher | fish -c "source && fisher install jorgebucaran/fisher" - fish -c "fisher install jethrokuan/fzf" + # Auto pair fish -c "fisher install jorgebucaran/autopair.fish" - # SSH - wget -q https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P "$HOME"/.config/fish/functions/ - mkdir -p "$HOME"/.ssh # Fish theme fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save" fish -c "set fish_color_comment 5c6773" # custom comment color @@ -46,8 +43,6 @@ function main { wget -q "${repo}"/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/ # EZA colors fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'" - # Add SSH - echo "fish_ssh_agent" > "$HOME"/.config/fish/config.fish # Add abbreviations wget -q "${repo}"/.config/fish/conf.d/abbr.fish -O "$HOME"/.config/fish/conf.d/abbr.fish # Add aliases