initial commit

This commit is contained in:
Hirad 2024-07-08 07:42:08 +03:30
parent f555d223d3
commit c0c365a8b2
17 changed files with 3577 additions and 0 deletions

7
.bash_profile Normal file
View file

@ -0,0 +1,7 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$HOME/.local/bin:$PATH"