mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-17 05:33:13 +09:00
11 lines
276 B
Bash
11 lines
276 B
Bash
#bin/sh
|
|
git clone https://github.com/killajoe/i3-freshup-killajoe.git
|
|
cd i3-freshup-killajoe
|
|
cp -R .config/* ~/.config/
|
|
chmod -R +x ~/.config/i3/scripts
|
|
dbus-launch dconf load / < xed.dconf
|
|
sudo pacman -S --needed - < packages-repository.txt
|
|
cd ..
|
|
rm -R i3-freshup-killajoe
|
|
|