mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-06-05 15:08:25 +09:00
8b89144ac4
adding eos-packagelist --install "i3-Window-Manager" commenting manually use weget and install from list
14 lines
551 B
Bash
14 lines
551 B
Bash
#!/usr/bin/env 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 .nanorc ~/
|
|
dbus-launch dconf load / < ~/xed.dconf
|
|
sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config
|
|
#wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-packages-lists/master/i3
|
|
#sudo pacman -S --needed - < i3
|
|
eos-packagelist --install "i3-Window-Manager"
|
|
cd ..
|
|
rm -rf endeavouros-i3wm-setup
|