Update 2025-10-03

This commit is contained in:
Kristofers Solo 2025-10-03 15:09:23 +03:00
parent c50febb922
commit ea80a18285
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
7 changed files with 8 additions and 4 deletions

View File

@ -71,8 +71,8 @@ depends = [ "shell" ]
depends = [ "torrent", "zathura", "email" ] depends = [ "torrent", "zathura", "email" ]
[misc.files] [misc.files]
"config/batrc" = "~/.config/bat/config" "config/bat/" = "~/.config/bat/"
"config/tmThemes/" = "~/.config/silicon/themes/" "config/silicon/" = "~/.config/silicon/"
"config/btop/" = "~/.config/btop/" "config/btop/" = "~/.config/btop/"
"config/htoprc" = "~/.config/htop/htoprc" "config/htoprc" = "~/.config/htop/htoprc"
"config/fastfetch/" = "~/.config/fastfetch/" "config/fastfetch/" = "~/.config/fastfetch/"

1
config/bat/themes Symbolic link
View File

@ -0,0 +1 @@
../tmThemes/

View File

@ -11,6 +11,7 @@ alias \
mkdir="mkdir -pv" \ mkdir="mkdir -pv" \
mv="mv -iv" \ mv="mv -iv" \
nsxiv="nsxiv -a" \ nsxiv="nsxiv -a" \
img="oculante" \
rm="rm -vI" \ rm="rm -vI" \
wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" \ wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" \
keychain="keychain --dir $XDG_RUNTIME_DIR/keychain" keychain="keychain --dir $XDG_RUNTIME_DIR/keychain"

View File

@ -25,7 +25,7 @@ unsetopt PROMPT_SP
# Default Apps # Default Apps
export BROWSER="floorp" export BROWSER="floorp"
export EDITOR="nvim" export EDITOR="nvim"
export IMAGE="nsxiv" export IMAGE="oculante"
export READER="zathura" export READER="zathura"
export TERMINAL="{{terminal}}" export TERMINAL="{{terminal}}"
export VIDEO="mpv" export VIDEO="mpv"

1
config/silicon/themes Symbolic link
View File

@ -0,0 +1 @@
../tmThemes/

View File

@ -1,4 +1,5 @@
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Name=Image viewer Name=Image viewer
Exec=/usr/bin/nsxiv -aio %f # Exec=/usr/bin/nsxiv -aio %f
Exec=/usr/bin/oculante %f