mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
15 lines
289 B
Bash
Executable File
15 lines
289 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 - < pkg-files/minimal.txt
|
|
|
|
cp -r .config ~
|
|
cp -r .local ~
|
|
ln -s ~/.config/.zshenv ~
|
|
git clone https://github.com/streetturtle/awesome-wm-widgets ~/.config/awesome |