karbs/karbs.sh
2022-05-11 20:51:09 +03:00

17 lines
380 B
Bash
Executable File

#!/bin/sh
git clone https://aur.archlinux.org/paru
cd paru
makepkg -si
cd ..
rm -rf paru
paru -S archlinux-keyring
paru -Syu --noconfirm --needed - < pkg-files/minimal.txt
cp -rf .config ~
cp -rf .local ~
cp -f .zshenv ~
git clone https://github.com/streetturtle/awesome-wm-widgets ~/.config/awesome/awesome-wm-widgets
mkdir ~/Pictures ~/Documents ~/Videos ~/Downloads ~/Music