mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Added installation script
This commit is contained in:
parent
8397c5cc54
commit
ca440f9f51
13
install.sh
Executable file
13
install.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
git clone https://aur.archlinux.org/paru
|
||||||
|
cd paru
|
||||||
|
makepkg -si
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
paru -Syu - < pkg-files/minimal.txt
|
||||||
|
|
||||||
|
cp -r .config ~
|
||||||
|
cp -r .local ~
|
||||||
|
cp .zshenv ~
|
||||||
|
git clone https://github.com/streetturtle/awesome-wm-widgets ~/.config/awesome
|
||||||
0
soloarch.sh
Normal file → Executable file
0
soloarch.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user