Install packages listed, added sway service

This commit is contained in:
Dejvino
2021-01-10 22:21:55 +01:00
parent dbac2f1ba5
commit e9a63d4128
7 changed files with 106 additions and 3 deletions
+21
View File
@@ -23,12 +23,33 @@ Linux UI customized to resemble a Fallout Pip-Boy. To be used with the PINE64 Pi
## Install
```bash
sudo pacman -S \
sway swaylock swayidle swaybg waybar \
termite termite-terminfo \
htop dialog \
imv \
ttf-font-awesome unicode-emoji \
portfolio-fm \
mplayer pavucontrol \
xfmpc mpd mpc \
git
git clone --recurse-submodules https://git.dejvino.cz/dejvino/PinePhoneBoyOS
cd PinePhoneBoyOS
./convert_icons.sh
sudo cp -R usr/* /usr/
sudo cp -R etc/* /etc/
mkdir -p ~/.config
cp config/* ~/.config/
cp config/.dialogrc ~/.dialogrc
cp config/.menuoptions ~/.menuoptions
sudo systemctl disable phosh || echo "Needed only if you still have phosh installed."
sudo systemctl enable --now sway
...
```