Compare commits
3 Commits
e1d2f013d4
...
7472dce736
| Author | SHA1 | Date | |
|---|---|---|---|
| 7472dce736 | |||
| 3a8dc44bbd | |||
| f9d50950ab |
15
hardware/graduated/qmk/qmk.md
Normal file
15
hardware/graduated/qmk/qmk.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# QMK Notes
|
||||
|
||||
## install
|
||||
|
||||
<https://docs.qmk.fm/newbs_getting_started#set-up-your-environment>
|
||||
|
||||
```bash
|
||||
qmk setup
|
||||
|
||||
qmk compile -kb <keyboard> -km default
|
||||
```
|
||||
|
||||
## udev rules
|
||||
|
||||
Make sure the udev rules are copied to your host machine if you're in a distrobox or toolbox.
|
||||
@@ -177,13 +177,16 @@ network streaming to any device that can run moonlight.
|
||||
|
||||
### Install Sunshine
|
||||
|
||||
<https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/setup.html#install>
|
||||
The flatpak seems to work well. The arch package keeps breaking due to
|
||||
deps. See boost-libs and then libicuuc.so.76.
|
||||
|
||||
I used the Archlinux pkg. Follow the instructions (including the autostart instructions).
|
||||
<https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2getting__started.html#install-system-level>
|
||||
|
||||
```bash
|
||||
wget https://github.com/LizardByte/Sunshine/releases/latest/download/sunshine.pkg.tar.zst
|
||||
pacman -U --noconfirm sunshine.pkg.tar.zst
|
||||
flatpak install --system flathub dev.lizardbyte.app.Sunshine
|
||||
sudo -i
|
||||
flatpak run --command=additional-install.sh dev.lizardbyte.app.Sunshine
|
||||
systemctl enable --now sunshine
|
||||
```
|
||||
|
||||
#### Ports
|
||||
|
||||
@@ -50,6 +50,7 @@ I have a custom arch image based on the default arch-toolbox image. It offers:
|
||||
- yq
|
||||
- imagemagick
|
||||
- code
|
||||
- make, gcc
|
||||
|
||||
## Using Reese's Arch Toolbox
|
||||
|
||||
|
||||
Reference in New Issue
Block a user