From ddbc1271c7f0316ee6fa02ef696bf657310e15a2 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 4 May 2025 19:57:55 +0900 Subject: updates --- ar/.config/NvChad/vim_cheatsheet.webp | Bin 671056 -> 0 bytes ar/.config/NvChad/vim_cheatsheet2.webp | Bin 283702 -> 0 bytes ar/.config/lf/lfrc | 2 +- ar/.config/lf/scope | 2 +- ar/.config/vim/init.vim | 2 +- global/Pictures/resources/vim-cheatsheet2-ko.webp | Bin 671056 -> 0 bytes global/Pictures/resources/vim-cheatsheet2-ko1.webp | Bin 0 -> 671056 bytes global/Pictures/resources/vim-cheatsheet2-ko2.webp | Bin 0 -> 283702 bytes 8 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 ar/.config/NvChad/vim_cheatsheet.webp delete mode 100644 ar/.config/NvChad/vim_cheatsheet2.webp delete mode 100644 global/Pictures/resources/vim-cheatsheet2-ko.webp create mode 100644 global/Pictures/resources/vim-cheatsheet2-ko1.webp create mode 100644 global/Pictures/resources/vim-cheatsheet2-ko2.webp diff --git a/ar/.config/NvChad/vim_cheatsheet.webp b/ar/.config/NvChad/vim_cheatsheet.webp deleted file mode 100644 index d8bf593..0000000 Binary files a/ar/.config/NvChad/vim_cheatsheet.webp and /dev/null differ diff --git a/ar/.config/NvChad/vim_cheatsheet2.webp b/ar/.config/NvChad/vim_cheatsheet2.webp deleted file mode 100644 index b64e63c..0000000 Binary files a/ar/.config/NvChad/vim_cheatsheet2.webp and /dev/null differ diff --git a/ar/.config/lf/lfrc b/ar/.config/lf/lfrc index 61443f6..e9cc5a3 100644 --- a/ar/.config/lf/lfrc +++ b/ar/.config/lf/lfrc @@ -5,7 +5,7 @@ set dircache false set drawbox true set dupfilefmt '%f_%n' set hidden false -set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml" +set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml:*.smi:*.srt:*.ass" set history false set icons true set ifs "\n" diff --git a/ar/.config/lf/scope b/ar/.config/lf/scope index 079c519..b270fe8 100755 --- a/ar/.config/lf/scope +++ b/ar/.config/lf/scope @@ -45,7 +45,7 @@ text/html) lynx -width="$4" -display_charset=utf-8 -dump "$1" ;; text/troff) man ./ "$1" | col -b ;; text/* | */xml | application/json | application/x-ndjson) bat -p --theme ansi --terminal-width "$(($4 - 2))" -f "$1" ;; audio/*) mediainfo "$1" || exit 1 ;; -video/* | application/octet-stream) +video/* | application/octet-stream | application/vnd.rn-realmedia) CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/lf/thumb.$(stat --printf '%n\0%i\0%F\0%s\0%W\0%Y' -- "$(readlink -f "$1")" | sha256sum | cut -d' ' -f1)" [ ! -f "$CACHE" ] && ffmpegthumbnailer -i "$1" -o "$CACHE" -s 0 image "$CACHE" "$2" "$3" "$4" "$5" "$1" diff --git a/ar/.config/vim/init.vim b/ar/.config/vim/init.vim index 78350b7..2ab5237 100644 --- a/ar/.config/vim/init.vim +++ b/ar/.config/vim/init.vim @@ -65,7 +65,7 @@ endif if filereadable(expand("~/.config/vim/plugins.vim")) silent !mkdir -p ${XDG_CONFIG_HOME:-$HOME/.config}/vim/plugged/ - source ~/.config/vim/plugins.vim + source ${XDG_CONFIG_HOME:-$HOME/.config}/vim/plugins.vim endif " goyo diff --git a/global/Pictures/resources/vim-cheatsheet2-ko.webp b/global/Pictures/resources/vim-cheatsheet2-ko.webp deleted file mode 100644 index d8bf593..0000000 Binary files a/global/Pictures/resources/vim-cheatsheet2-ko.webp and /dev/null differ diff --git a/global/Pictures/resources/vim-cheatsheet2-ko1.webp b/global/Pictures/resources/vim-cheatsheet2-ko1.webp new file mode 100644 index 0000000..d8bf593 Binary files /dev/null and b/global/Pictures/resources/vim-cheatsheet2-ko1.webp differ diff --git a/global/Pictures/resources/vim-cheatsheet2-ko2.webp b/global/Pictures/resources/vim-cheatsheet2-ko2.webp new file mode 100644 index 0000000..b64e63c Binary files /dev/null and b/global/Pictures/resources/vim-cheatsheet2-ko2.webp differ -- cgit v1.2.3