forked from sh-edraft.de/sh_linux_installation_scripts
16 lines
327 B
Bash
16 lines
327 B
Bash
#!/bin/bash
|
|
|
|
source $PWD/common/scripts/update.sh
|
|
|
|
source $PWD/common/themes/orchis.sh
|
|
source $PWD/common/themes/tela_circle_icons.sh
|
|
source $PWD/common/themes/vimix_cursors.sh
|
|
source $PWD/common/themes/grub_theme.sh
|
|
|
|
update
|
|
|
|
install_orchis orange
|
|
install_tela_circle_icons
|
|
install_vimix_cursors
|
|
install_grub_theme vimix 1080p
|