Small tweaks for void.

This commit is contained in:
2026-06-12 08:42:24 +02:00
parent 51fb1aec9d
commit 6b1217f75a
2 changed files with 7 additions and 2 deletions
+6 -2
View File
@@ -4,6 +4,11 @@
# Disable fish greeting # Disable fish greeting
set -g fish_greeting set -g fish_greeting
set -gx XDG_CONFIG_HOME $HOME/.config
set -gx XDG_DATA_HOME $HOME/.local/share
set -gx XDG_CACHE_HOME $HOME/.cache
set -gx XDG_STATE_HOME $HOME/.local/state
# Core settings # Core settings
set -gx EDITOR "nvim" set -gx EDITOR "nvim"
set -gx VISUAL "nvim" set -gx VISUAL "nvim"
@@ -115,8 +120,7 @@ function pp
end end
set project (echo $project | cut -f2) set project (echo $project | cut -f2)
cd $project && clear
cd $project && nvim $project
end end
# ============================================================================== # ==============================================================================
+1
View File
@@ -153,6 +153,7 @@ if [ "$DO_INSTALL" = true ]; then
noto-fonts-ttf noto-fonts-emoji noto-fonts-ttf noto-fonts-emoji
# void specific # void specific
xdotool wmctrl kanata tree-sitter-cli gitu xdotool wmctrl kanata tree-sitter-cli gitu
rofi
# lazydocker # lazydocker
) )