Skip to content

Commit

Permalink
Tweak install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bvobart committed Aug 18, 2023
1 parent 8fa0e5a commit 7a8b125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 3 additions & 1 deletion desktop/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 4 additions & 8 deletions dietpi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a8b125

Please sign in to comment.