diff --git a/config/fish/config.fish b/config/fish/config.fish index 115ea5b..21dc190 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -4,6 +4,11 @@ # Disable 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 set -gx EDITOR "nvim" set -gx VISUAL "nvim" @@ -115,8 +120,7 @@ function pp end set project (echo $project | cut -f2) - - cd $project && nvim $project + cd $project && clear end # ============================================================================== diff --git a/install.sh b/install.sh index cface76..96899b8 100755 --- a/install.sh +++ b/install.sh @@ -153,6 +153,7 @@ if [ "$DO_INSTALL" = true ]; then noto-fonts-ttf noto-fonts-emoji # void specific xdotool wmctrl kanata tree-sitter-cli gitu + rofi # lazydocker )