mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +01:00
removed fzf (headache)
This commit is contained in:
parent
7c9725385f
commit
873b625deb
@ -18,10 +18,4 @@ source $ZSH/oh-my-zsh.sh
|
||||
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
|
||||
#pokemon-colorscripts --no-title -s -r
|
||||
|
||||
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
||||
source <(fzf --zsh)
|
||||
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
setopt appendhistory
|
||||
|
||||
@ -38,23 +38,6 @@ done
|
||||
|
||||
printf "\n"
|
||||
|
||||
printf "${NOTE} Installing fzf from source...${RESET}\n"
|
||||
if git clone --depth 1 https://github.com/junegunn/fzf.git; then
|
||||
cd fzf || exit 1
|
||||
if ./install --bin 2>&1 | tee -a "$MLOG" ; then
|
||||
printf "${OK} fzf installed successfully.\n" 2>&1 | tee -a "$MLOG"
|
||||
else
|
||||
echo -e "${ERROR} Installation failed for fzf." 2>&1 | tee -a "$MLOG"
|
||||
fi
|
||||
#moving the addional logs to Install-Logs directory
|
||||
mv $MLOG ../Install-Logs/ || true
|
||||
cd ..
|
||||
else
|
||||
echo -e "${ERROR} Download failed for fzf." 2>&1 | tee -a "$LOG"
|
||||
fi
|
||||
|
||||
printf "\n"
|
||||
|
||||
## Optional Pokemon color scripts
|
||||
while true; do
|
||||
read -p "${CAT} Do you want to install Pokemon color scripts? (y/n): " choice
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user