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
|
||||
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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user