-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.txt
31 lines (23 loc) · 939 Bytes
/
setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
#pinephone postmarket
sudo apk add git sway squeekboard make build-base install-makedepends rust cargo foot imv dmenu python3 iio-sensor-proxy-openrc meson dbus-dev
#optional:
vim mandoc mandoc-apropos man-pages docs bash-completion
#for building lisgd:
install-makedepends lisgd
cd lisgd
make -B
sudo install -Dm755 lisgd /usr/bin/lisgd
mv lisgd-unlock.def.h config.def.h
make -B
sudo install -Dm755 lisgd /usr/bin/lisgd-unlock
#packages from git:
git clone https://github.com/pedroscaff/swaywsr
cd swaywsr/
cargo build --release
sudo install -Dm755 "target/release/swaywsr" "/usr/bin/swaywsr"
sudo install -Dm644 assets/example_config.toml -t "/usr/share/doc/swaywsr/examples/example_config.toml"
cd ..
rm -R swaywsr
wget https://raw.githubusercontent.com/lcarsde/application-starter/master/src/lcarsde-application-starter.py
sudo install -Dm755 lcarsde-application-starter.py /usr/bin/lcarsde-application-starter.py