mirror of
https://github.com/kristoferssolo/karbs.git
synced 2026-03-22 00:26:28 +00:00
Added solorice install
This commit is contained in:
16
karbs.sh
16
karbs.sh
@@ -12,12 +12,20 @@ else
|
|||||||
rm -rf paru
|
rm -rf paru
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
FILE=pkg-files/"$size"-pkgs.txt
|
||||||
|
if [[ -f "$FILE" ]]; then
|
||||||
paru -Syu --noconfirm --needed archlinux-keyring - < /pkg-files/"$size"-pkgs.txt
|
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 ~/repos/solorice/.config ~
|
||||||
cp -rf .local ~
|
cp -rf ~/repos/solorice/.local ~
|
||||||
cp -f .cofig/zsh/.zshenv ~
|
cp -f ~/repos/solorice/.cofig/zsh/.zshenv ~
|
||||||
git clone https://github.com/streetturtle/awesome-wm-widgets ~/.config/awesome/awesome-wm-widgets
|
git clone https://github.com/streetturtle/awesome-wm-widgets ~/.config/awesome/awesome-wm-widgets
|
||||||
|
|
||||||
mkdir ~/Pictures ~/Documents ~/Videos ~/Downloads ~/Music
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ exa
|
|||||||
feh
|
feh
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
firefox
|
firefox
|
||||||
|
flameshot
|
||||||
imagemagick
|
imagemagick
|
||||||
opendoas
|
opendoas
|
||||||
poppler
|
poppler
|
||||||
|
|||||||
Reference in New Issue
Block a user