Skip to content

Instantly share code, notes, and snippets.

@bgianfo
Last active August 10, 2022 00:20
Show Gist options
  • Save bgianfo/e452527c05ee108b8ce16379e373acae to your computer and use it in GitHub Desktop.
Save bgianfo/e452527c05ee108b8ce16379e373acae to your computer and use it in GitHub Desktop.
SerenityOS Customization Scripts
cat <<EOT >> mnt/home/anon/.shellrc
fortune
EOT
sed -i 's/Width=1024/Width=2560/' mnt/etc/WindowServer.ini
sed -i 's/Height=768/Height=1440/' mnt/etc/WindowServer.ini
sed -i 's/Name=Default/Name=Gruvbox Dark/' mnt/etc/WindowServer.ini
sed -i 's/ShowScrollBar=true/ShowScrollBar=false/' mnt/home/anon/.config/Terminal.ini
sed -i 's/ColorScheme=Default/ColorScheme=Gruvbox Dark/' mnt/home/anon/.config/Terminal.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment