first commit

This commit is contained in:
2025-04-17 18:00:15 -07:00
commit d4d48ef96d
35 changed files with 6842 additions and 0 deletions

19
.yash_env Normal file
View File

@@ -0,0 +1,19 @@
#!/bin/sh
# Environment exports
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export VISUAL=nvim
export EDITOR=nvim
export BROWSER=/usr/bin/librewolf
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export XDG_DATA_DIRS="/usr/share"
export XDG_CURRENT_DESKTOP="sway"
export XDG_SESSION_DESKTOP="sway"
export XDG_SESSION_TYPE="wayland"
export GTK_ICON_THEME="Papirus"
export QT_QPA_PLATFORMTHEME=gtk3