diff --git a/default/bash/aliases b/default/bash/aliases index 22ee469..25e995f 100644 --- a/default/bash/aliases +++ b/default/bash/aliases @@ -4,7 +4,6 @@ alias lsa='ls -a' alias lt='eza --tree --level=2 --long --icons --git' alias lta='lt -a' alias ff="fzf --preview 'bat --style=numbers --color=always {}'" -alias fd='fdfind' alias cd="zd" zd() { if [ $# -eq 0 ]; then diff --git a/install/3-terminal.sh b/install/3-terminal.sh index 8991014..79afcda 100644 --- a/install/3-terminal.sh +++ b/install/3-terminal.sh @@ -1,6 +1,6 @@ yay -S --noconfirm --needed \ wget curl unzip inetutils \ - eza fzf ripgrep zoxide bat \ + fd eza fzf ripgrep zoxide bat \ wl-clipboard fastfetch btop \ man tldr less whois plocate \ alacritty diff --git a/migrations/1751510848.sh b/migrations/1751510848.sh new file mode 100644 index 0000000..120947b --- /dev/null +++ b/migrations/1751510848.sh @@ -0,0 +1,3 @@ +echo "Installing missing fd terminal tool for finding files" +yay -S --noconfirm --needed fd +echo "You must start a new terminal for fd to work"