mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-06-05 15:08:25 +09:00
13 lines
439 B
Bash
13 lines
439 B
Bash
#!/bin/bash
|
|
git clone https://github.com/endeavouros-team/endeavouros-i3wm-setup.git
|
|
cd endeavouros-i3wm-setup
|
|
cp -R .config ~/
|
|
chmod -R +x ~/.config/i3/scripts
|
|
cp .gtkrc-2.0 ~/
|
|
cp .nanorc ~/
|
|
dbus-launch dconf load / < ~/xed.dconf
|
|
sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config
|
|
sudo pacman -S --needed - < packages-repository.txt
|
|
cd ..
|
|
rm -rf endeavouros-i3wm-setup
|