Files
endeavouros-i3wm-setup/README.md
T
Johannes Kamprad 48c33588f7 Update README.md
2020-12-16 15:49:30 +01:00

28 lines
792 B
Markdown

# i3-killajoe
## joekamprad: setup for i3-killajoe under [EndeavourOS](https://endeavouros.com)
----
# Tutorial to install EndeavourOS-i3 setup from scratch
**for later installs, if you have installed another DE on initial install from the ISO**
1. get the dot files
2. copy files to the right directories (.config of your user):
3. copy scripts inside ~/.config/i3/scripts must be executable ! [chmod +x] them please ;)
4. install needed packages
`git clone https://github.com/killajoe/i3-freshup-killajoe.git`
`cd i3-EndeavourOS`
`cp -R .config/* ~/.config/`
`chmod -R +x ~/.config/i3/scripts` (make scripts executable)
`dbus-launch dconf load / < xed.dconf` (setup xed-editor)
# install needed apps and programms for i3wm:
`sudo pacman -S --needed - < packages-repository.txt`