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

1
.profile Normal file
View file

@ -0,0 +1 @@
___MY_VMOPTIONS_SHELL_FILE="${HOME}/.jetbrains.vmoptions.sh"; if [ -f "${___MY_VMOPTIONS_SHELL_FILE}" ]; then . "${___MY_VMOPTIONS_SHELL_FILE}"; fi