diff --git a/Grub b/Grub index 0c81781..29c9d86 100644 --- a/Grub +++ b/Grub @@ -7,4 +7,7 @@ sudo nano /etc/default/grub sudo os-prober # Save updated grub config to grub -sudo grub-mkconfig -o /boot/grub/grub.cfg \ No newline at end of file +sudo grub-mkconfig -o /boot/grub/grub.cfg + +# Menu colours +[Source: https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html] \ No newline at end of file diff --git a/Scripts/git-account.sh b/Scripts/git-account.sh index 37ef9da..8fa76e6 100644 --- a/Scripts/git-account.sh +++ b/Scripts/git-account.sh @@ -4,4 +4,4 @@ read username echo "Enter your emailadres" read email git config user.name "$username" -git config user.email "$email" \ No newline at end of file +git config user.email "$email" \ No newline at end of file