mirror of
https://github.com/kristoferssolo/karbs.git
synced 2025-10-21 19:00:35 +00:00
Added solorice install
This commit is contained in:
parent
ad89d5d0d9
commit
409e8c4e27
18
karbs.sh
18
karbs.sh
@ -12,12 +12,20 @@ else
|
|||||||
rm -rf paru
|
rm -rf paru
|
||||||
fi
|
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 ~/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
|
||||||
@ -32,4 +33,4 @@ nsxiv
|
|||||||
picom-ibhagwan-git
|
picom-ibhagwan-git
|
||||||
vim-plug
|
vim-plug
|
||||||
spaceship-prompt
|
spaceship-prompt
|
||||||
zsh-fast-syntax-highlighting
|
zsh-fast-syntax-highlighting
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user