From 004c20bc5f899d36bee22160154157d399fecd95 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 8 Nov 2022 18:23:25 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78d1840..570ef8b 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,13 @@ But Xcursor needs to be set inside the `~/.Xresources` manually if you change `cp -R .config/* ~/.config/` -3. Scripts inside `~/.config/i3/scripts` must be executable ! [chmod +x] them please ;): +3. Scripts inside `~/.config/i3/scripts` must be executable: `chmod -R +x ~/.config/i3/scripts` 4. set theming for xed texteditor: -`dbus-launch dconf load / < xed.dconf` (setup xed-editor) +`dbus-launch dconf load / < xed.dconf` 5. install needed packages: @@ -132,10 +132,11 @@ But Xcursor needs to be set inside the `~/.Xresources` manually if you change or use the packages tool from our repo: `eos-packagelist --install "i3-Window-Manager"` -**or use the `i3_install` script from the git:** +**Use the `i3_install` script from the git for automatic install it to your users home:** +This script will setup configurations needed and install all needed packages: `wget https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/i3_install` - +and run it: `./i3_install` ## warning this will may overwrite existing files!