Added solorice install

This commit is contained in:
Kristofers Solo 2022-05-11 21:31:35 +03:00
parent ad89d5d0d9
commit 409e8c4e27
2 changed files with 15 additions and 6 deletions

View File

@ -12,12 +12,20 @@ else
rm -rf paru
fi
paru -Syu --noconfirm --needed archlinux-keyring - < /pkg-files/"$size"-pkgs.txt
FILE=pkg-files/"$size"-pkgs.txt
if [[ -f "$FILE" ]]; then
paru -Syu --noconfirm --needed archlinux-keyring - < /pkg-files/"$size"-pkgs.txt
else
wget https://raw.githubusercontent.com/kristoferssolo/karbs/main/pkg-files/"$size"-pkgs.txt
paru -Syu --noconfirm --needed archlinux-keyring - < "$size"-pkgs.txt
fi
mkdir -p ~/repos ~/Downloads ~/Documents ~/Videos ~/Music ~/Pictures/screenshots
git clone https://github.com/kristoferssolo/solorice ~/repos/solorice
cp -rf .config ~
cp -rf .local ~
cp -f .cofig/zsh/.zshenv ~
cp -rf ~/repos/solorice/.config ~
cp -rf ~/repos/solorice/.local ~
cp -f ~/repos/solorice/.cofig/zsh/.zshenv ~
git clone https://github.com/streetturtle/awesome-wm-widgets ~/.config/awesome/awesome-wm-widgets
mkdir ~/Pictures ~/Documents ~/Videos ~/Downloads ~/Music

View File

@ -12,6 +12,7 @@ exa
feh
ffmpegthumbnailer
firefox
flameshot
imagemagick
opendoas
poppler
@ -32,4 +33,4 @@ nsxiv
picom-ibhagwan-git
vim-plug
spaceship-prompt
zsh-fast-syntax-highlighting
zsh-fast-syntax-highlighting