mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix missing fd tool and bad alias
This commit is contained in:
@ -4,7 +4,6 @@ alias lsa='ls -a'
|
|||||||
alias lt='eza --tree --level=2 --long --icons --git'
|
alias lt='eza --tree --level=2 --long --icons --git'
|
||||||
alias lta='lt -a'
|
alias lta='lt -a'
|
||||||
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
|
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
|
||||||
alias fd='fdfind'
|
|
||||||
alias cd="zd"
|
alias cd="zd"
|
||||||
zd() {
|
zd() {
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
wget curl unzip inetutils \
|
wget curl unzip inetutils \
|
||||||
eza fzf ripgrep zoxide bat \
|
fd eza fzf ripgrep zoxide bat \
|
||||||
wl-clipboard fastfetch btop \
|
wl-clipboard fastfetch btop \
|
||||||
man tldr less whois plocate \
|
man tldr less whois plocate \
|
||||||
alacritty
|
alacritty
|
||||||
|
3
migrations/1751510848.sh
Normal file
3
migrations/1751510848.sh
Normal file
@ -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"
|
Reference in New Issue
Block a user