Update TODO
This commit is contained in:
parent
07c5b2edfd
commit
02a4d8e5a1
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# assumes a Fedora Sway base with askiiart/configs/do-everything.bash already run
|
# assumes a Fedora Sway base with askiiart/configs/do-everything.bash already run
|
||||||
# TODO: Add schildichat-desktop to askiiart.net repo, add fix-gamepad.service from askiiart/nix
|
# TODO: Add fix-gamepad.service from askiiart/nix
|
||||||
if [ $(whoami) == "root" ]; then
|
if [ $(whoami) == "root" ]; then
|
||||||
echo "Run as a normal user, not root"
|
echo "Run as a normal user, not root"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -19,6 +19,8 @@ rm -rf grub/
|
||||||
echo 'GRUB_THEME=/usr/share/grub/themes/catppuccin-mocha-grub-theme/theme.txt' | sudo tee /etc/default/grub
|
echo 'GRUB_THEME=/usr/share/grub/themes/catppuccin-mocha-grub-theme/theme.txt' | sudo tee /etc/default/grub
|
||||||
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
|
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# greetd
|
# greetd
|
||||||
#sudo dnf install tuigreet -y
|
#sudo dnf install tuigreet -y
|
||||||
#sudo cp $GIT_DIR/greetd/config.toml /etc/greetd/config.toml
|
#sudo cp $GIT_DIR/greetd/config.toml /etc/greetd/config.toml
|
||||||
|
|
Loading…
Reference in a new issue