From ee76511d465be9f8994114eda63f820e84220575 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 17 Jul 2026 12:38:39 +0300 Subject: [PATCH] add yazi config --- TARGETS.sh | 3 ++- home/user/.config/yazi/keymap.toml | 0 home/user/.config/yazi/theme.toml | 0 home/user/.config/yazi/yazi.toml | 0 install-hooks/yazi/pre-install | 3 +++ 5 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 home/user/.config/yazi/keymap.toml create mode 100644 home/user/.config/yazi/theme.toml create mode 100644 home/user/.config/yazi/yazi.toml create mode 100755 install-hooks/yazi/pre-install diff --git a/TARGETS.sh b/TARGETS.sh index 3c25934..86db2f3 100644 --- a/TARGETS.sh +++ b/TARGETS.sh @@ -11,6 +11,7 @@ nvim:.config/nvim .editorconfig .editrc .local/bin/vim_askpass_helper ssh: git:.config/git .local/bin/ga ranger:.config/ranger +yazi:.config/yazi gpg: sway:.config/sway .config/i3blocks .config/mako .config/mimeapps.list .config/rofi .local/bin/screenshot .config/swaylock .Xresources .config/kanshi .local/bin/firefox_media %copypasta %pomodoro pomodoro: @@ -28,4 +29,4 @@ scripts:.local/bin/httpstatus .local/bin/apco .local/bin/bb .local/bin/emoji .lo music:.local/bin/mpv-service.sh .config/systemd/user/mpv.service .local/bin/player copypasta:.local/bin/copy .local/bin/pasta starsector:.java/.userPrefs/com/fs/starfarer/prefs.xml .local/share/applications/starsector.desktop .local/bin/starsector -all:%less %t %note %tmux %zsh %nvim %git" +all:%less %t %note %tmux %zsh %nvim %git %yazi" diff --git a/home/user/.config/yazi/keymap.toml b/home/user/.config/yazi/keymap.toml new file mode 100644 index 0000000..e69de29 diff --git a/home/user/.config/yazi/theme.toml b/home/user/.config/yazi/theme.toml new file mode 100644 index 0000000..e69de29 diff --git a/home/user/.config/yazi/yazi.toml b/home/user/.config/yazi/yazi.toml new file mode 100644 index 0000000..e69de29 diff --git a/install-hooks/yazi/pre-install b/install-hooks/yazi/pre-install new file mode 100755 index 0000000..a724da6 --- /dev/null +++ b/install-hooks/yazi/pre-install @@ -0,0 +1,3 @@ +#!/bin/sh + +echo 'sudo pacman -S yazi ffmpeg 7zip jq poppler fd ripgrep fzf zoxide resvg imagemagick'