Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -8,17 +8,25 @@ Community Edition
|
|||||||
|
|
||||||
cd SwayEOS
|
cd SwayEOS
|
||||||
|
|
||||||
bash testinstall.sh
|
bash sway-install.sh
|
||||||
|
|
||||||
## Contained In The Script
|
## Contained In The Script
|
||||||
cp -R .config/* ~/.config/
|
cp -R .config/* ~/.config/
|
||||||
|
|
||||||
cp .profile ~/.profile
|
cp .profile ~/.profile
|
||||||
|
|
||||||
cp .gtkrc-2.0 ~/.gtkrc-2.0
|
cp .gtkrc-2.0 ~/.gtkrc-2.0
|
||||||
|
|
||||||
chmod -R +x ~/.config/sway/scripts
|
chmod -R +x ~/.config/sway/scripts
|
||||||
|
|
||||||
chmod -R +x ~/.config/waybar/scripts
|
chmod -R +x ~/.config/waybar/scripts
|
||||||
|
|
||||||
sudo pacman -Syu --needed --noconfirm - < packages-repository.txt
|
sudo pacman -Syu --needed --noconfirm - < packages-repository.txt
|
||||||
|
|
||||||
sudo cp lightdm-gtk-greeter.conf /etc/lightdm/
|
sudo cp lightdm-gtk-greeter.conf /etc/lightdm/
|
||||||
|
|
||||||
systemctl enable lightdm
|
systemctl enable lightdm
|
||||||
|
|
||||||
systemctl start lightdm
|
systemctl start lightdm
|
||||||
|
|
||||||
## Post install
|
## Post install
|
||||||
|
|||||||
Reference in New Issue
Block a user