From 6c2ffdf72b1334bc57795ac4d25de19b90ed99a0 Mon Sep 17 00:00:00 2001 From: cronyakatsuki <64900606+cronyakatsuki@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:12:48 +0100 Subject: [PATCH] Added my startpage setup. --- arch_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch_install.sh b/arch_install.sh index 1dbeff5..58cfd87 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -429,6 +429,9 @@ git clone https://github.com/cronyakatsuki/dmenu-scripts.git ~/repos/dmenu-scrip ln -s $HOME/repos/dmenu-scripts $HOME/bin/dmenu read -n 1 -s -p "To continue press any key" +printf '%s\n' "Setting up startpage" +git clone https://github.com/cronyakatsuki/startpage.git ~/repos/startpage + touch ~/.hushlogin printf '%s\n' "Do you wan't to setup gaming related packages, settings and optimizations? [y/n]"