Files
endeavouros-i3wm-setup/i3_install
T
Johannes Kamprad 7fc44ee341 Update and rename i3.sh to i3_install
fix not sh and env
2022-06-26 12:16:27 +02:00

13 lines
503 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
cd ..
rm -rf endeavouros-i3wm-setup