From 7a8b12573b4aa01ac9866fb0bed6f5bad1691334 Mon Sep 17 00:00:00 2001 From: Bart van Oort Date: Sat, 19 Aug 2023 01:00:34 +0200 Subject: [PATCH] Tweak install scripts --- desktop/install.sh | 4 +++- dietpi/build.sh | 12 ++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/desktop/install.sh b/desktop/install.sh index 5c8affa..69d165d 100755 --- a/desktop/install.sh +++ b/desktop/install.sh @@ -12,8 +12,10 @@ function copy_dotfiles() { cp -r "$HERE/$config_dir" "/home/$USER/.config/" } -copy_dotfiles alacritty copy_dotfiles kitty # copy_dotfiles i3 copy_dotfiles rofi # copy_dotfiles polybar + +# Install icons theme +"$HERE"/icons/install.sh diff --git a/dietpi/build.sh b/dietpi/build.sh index 4af8696..d1ec8c7 100755 --- a/dietpi/build.sh +++ b/dietpi/build.sh @@ -72,19 +72,15 @@ apt install -y i3 polybar onboard fonts-roboto fonts-font-awesome dunst rofi apt install -y alacritty zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" chsh -s "$(which zsh)" +git config pull.rebase true ## Configure desktop environment & applications - -# copy_dotfiles i3 -copy_dotfiles alacritty -copy_dotfiles rofi - -# install icon pack -"$REPO_DIR/desktop/icons/install.sh" +"$REPO_DIR"/desktop/install.sh # TODO: install other packages required for desktop environment -# Goal for next time: get a usable and pretty UI with i3, polybar, alacritty, rofi, onboard, dunst, nerd-fonts +# Goal for next time: get a usable and pretty UI with i3, polybar, kitty, rofi, onboard, dunst # TODO: install Mixxx # TODO: install mixxx-folders2crates +# TODO: add Pioneered skin and set as default