diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 14:19:06 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 14:19:06 +0900 |
| commit | ac636784948045854be19dc8a2f347480fd85671 (patch) | |
| tree | 17cb1dbbba207b5b22d647853fd0d8945a487560 /config/hypr/initial-boot.sh | |
| parent | 765642c6beff60ccc75e56512a33fc3b6ef47a74 (diff) | |
Some formatting, header adjustments on conf and scripts
Diffstat (limited to 'config/hypr/initial-boot.sh')
| -rwxr-xr-x | config/hypr/initial-boot.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index e077d151..fb9cf574 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -1,8 +1,10 @@ #!/bin/bash +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # A bash script designed to run only once dotfiles installed # THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Settings.conf -# not necessary to do since this script is only designed to run only once as long as the marker exists +# NOT necessary to do since this script is only designed to run only once as long as the marker exists +# marker file is located at ~/.config/hypr/.initial_startup_done # However, I do highly suggest not to touch it since again, as long as the marker exist, script wont run # Variables |
