Skip to content

Commit

Permalink
[i3_install] make script generic
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Dec 13, 2023
1 parent b366700 commit ec889b0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions i3_install
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ git clone https://github.com/endeavouros-team/endeavouros-i3wm-setup.git
cd endeavouros-i3wm-setup/etc/skel/
cp -R .config ~/
chmod -R +x ~/.config/i3/scripts
cp .Xresources .profile set_once.sh xed.dconf ~/
cp .Xresources .profile xed.dconf ~/
dbus-launch dconf load / < ~/xed.dconf
rm xed.dconf
cd ..
rm -rf endeavouros-i3wm-setup
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"
wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-packages-lists/master/i3
sudo pacman -S --needed - < i3
rm i3
#eos-packagelist --install "i3-Window-Manager"

0 comments on commit ec889b0

Please sign in to comment.