mirror of
https://github.com/kristoferssolo/karbs.git
synced 2025-10-21 19:00:35 +00:00
17 lines
380 B
Bash
Executable File
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 |