mirror of
https://github.com/xsghetti/script.git
synced 2025-07-04 18:40:37 -04:00
install.sh
This commit is contained in:
parent
7a43bf3b5d
commit
361368020f
29 changed files with 879 additions and 4 deletions
8
grub.sh
Executable file
8
grub.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
echo ":: Installing Grub Theme"
|
||||
cd ..
|
||||
git clone https://github.com/catppuccin/grub.git && cd grub
|
||||
sudo cp -r ~/script/src/catppuccin-mocha/ /usr/share/grub/themes/
|
||||
sudo cp ~/script/src/grub /etc/default/
|
||||
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue