Install packages listed, added sway service
This commit is contained in:
@@ -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
|
||||
...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user