final notes
This commit is contained in:
@@ -1,4 +1,27 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Hello World"
|
# Get the directory of the current script
|
||||||
# Add link to the repo here and tell about keybindings
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
# Source helper file
|
||||||
|
source $SCRIPT_DIR/helper.sh
|
||||||
|
|
||||||
|
log_message "Final setup script started"
|
||||||
|
print_bold_blue "\nCongratulations! Your Simple Hyprland setup is complete!"
|
||||||
|
|
||||||
|
print_bold_blue "\nRepository Information:"
|
||||||
|
echo " - GitHub Repository: https://github.com/gaurav210233/simple-hyprland"
|
||||||
|
echo " - If you found this repo helpful, please consider giving it a star on GitHub!"
|
||||||
|
|
||||||
|
print_bold_blue "\nContribute:"
|
||||||
|
echo " - We welcome contributions! Whether it's bug fixes, new features, or documentation improvements."
|
||||||
|
echo " - Feel free to open issues, submit pull requests, or provide feedback."
|
||||||
|
echo " - Every contribution, big or small, is valuable to the community."
|
||||||
|
|
||||||
|
print_bold_blue "\nTroubleshooting:"
|
||||||
|
echo " - If you encounter any issues, please check the GitHub issues section."
|
||||||
|
echo " - Don't hesitate to open a new issue if you can't find a solution to your problem."
|
||||||
|
|
||||||
|
print_success "\nEnjoy your new Hyprland environment!"
|
||||||
|
|
||||||
|
echo "------------------------------------------------------------------------"
|
||||||
Reference in New Issue
Block a user