Compare commits

..

7 commits

Author SHA1 Message Date
Sanchayan Maity 1171f283a0
fish: config: Source zoxide 2024-02-23 13:46:16 +05:30
Sanchayan Maity 8e4f848b82
fish: functions: Add an alias for yazi 2024-02-23 13:44:41 +05:30
Sanchayan Maity fad34148d6
Drop ranger
Want to get rid of the Python garbage. We are also trying out yazi
now or an equivalent down the line.
2024-02-23 13:44:41 +05:30
Sanchayan Maity 80fc02c28a
vale: Update styles 2024-02-23 13:44:41 +05:30
Sanchayan Maity cda3df019d
pacman: Use doas with makepkg 2024-02-23 13:44:41 +05:30
Sanchayan Maity 9e683823eb
paru: Use doas instead of sudo 2024-02-23 13:44:41 +05:30
Sanchayan Maity bc59f52e2e
arch-packages: Update package list 2024-02-23 13:44:41 +05:30
3 changed files with 7 additions and 0 deletions

View file

@ -433,5 +433,6 @@ zathura-djvu
zathura-pdf-mupdf
zathura-ps
zola
zoxide
zsa-wally-cli
zulip-desktop-bin

View file

@ -7,3 +7,6 @@ set -g fish_color_operator blue
set -g fish_color_param normal
set -g fish_color_quote green
set -g fish_color_redirection red
# Without sourcing this here, it does not work.
zoxide init fish | source

View file

@ -0,0 +1,3 @@
function y --wraps yazi --description 'alias y=yazi'
yazi $argv
end