summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorharishnkr <hari2menon1234@gmail.com>2024-02-22 20:56:21 +0530
committerharishnkr <hari2menon1234@gmail.com>2024-02-22 20:56:21 +0530
commit7205f1698dab0b1f5dca0d514d625249a7765cec (patch)
treea6c3029b1f83e305d49e6fc4bcec3ce5b885c9db /.github
parentf6d1407e386a9602488a45097afbbde328ea5859 (diff)
Initial Commit
Diffstat (limited to '.github')
-rw-r--r--.github/README.md47
-rw-r--r--.github/preview.pngbin0 -> 33719 bytes
2 files changed, 47 insertions, 0 deletions
diff --git a/.github/README.md b/.github/README.md
new file mode 100644
index 0000000..ce57741
--- /dev/null
+++ b/.github/README.md
@@ -0,0 +1,47 @@
+# Black Screen of Life
+
+Embrace the Blue Screen.
+
+Own this grub theme. Make it the first thing you see...
+
+![preview image](preview.png)
+
+# How to Install
+
+- Clone the repo
+
+```
+git clone https://github.com/harishnkr/bsol.git
+```
+
+- Copy the entire `bsol/` directory to `/boot/grub/themes/` or similar path depending on your distribution
+
+- Change the `GRUB_THEME` line in `/etc/default/grub` file:
+
+```
+GRUB_THEME="/boot/grub/themes/bsol/theme.txt"
+```
+- Update GRUB with sudo privileges.
+
+For Arch based systems:
+
+```
+sudo grub-mkconfig -o /boot/grub/grub.cfg
+```
+
+
+For Debian based systems:
+
+```
+sudo update-grub
+```
+
+# Credits
+
+Fonts:
+
+- Victor Mono Italic
+- [Weknow Windows Font](https://www.1001freefonts.com/weknow-windows.font)
+
+
+[This amazing guide](http://wiki.rosalab.ru/en/index.php/Grub2_theme_tutorial)
diff --git a/.github/preview.png b/.github/preview.png
new file mode 100644
index 0000000..1b08a82
--- /dev/null
+++ b/.github/preview.png
Binary files differ