first actual commit

This commit is contained in:
Hane 2024-07-05 02:06:35 +02:00
commit 90ce863297
25 changed files with 1668 additions and 0 deletions

11
.bash_profile Normal file
View file

@ -0,0 +1,11 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
#export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
eval $(ssh-agent -s) >/dev/null
export MANGOHUD_CONFIGFILE=~/.config/MangoHud/MangoHud.conf
#export MANGOHUD_CONFIGFILE="~/MangoHud.conf"