From 34e1eca394fae5ca3fe032ff393c7c6946422783 Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Sat, 16 Jan 2021 12:39:31 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 5a2768c..9693eb4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # SwayEOS SwayEOS +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/OdiousImp2604/SwayEOS.git + + cd SwayEOS + + cp -R .config/* ~/.config/ + + chmod -R +x ~/.config/sway/scripts (make scripts executable)