update config

This commit is contained in:
2025-11-23 11:42:35 +01:00
parent fab7d2f157
commit 91df449304
73 changed files with 8450 additions and 338 deletions

14
.bash_profile Normal file
View File

@ -0,0 +1,14 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Bash Profile
export GTK_THEME="Adwaita:dark"
mkdir -p $HOME/.config/environment.d
echo $PATH >$HOME/.config/environment.d/path.conf
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
exec sway
fi