remove yay, replace with makepkg

This commit is contained in:
2024-07-20 01:09:34 -04:00
parent ea21651a2c
commit a402d9cb78
4 changed files with 61 additions and 13 deletions

View File

@@ -237,12 +237,11 @@ Follow most of the instructions here:
### AUR ### AUR
If you ever need anything from the AUR, yay is the tool to install it.
```bash ```bash
pacman -S --needed git base-devel pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git mkdir ~/aur
cd yay git clone <git repo from aur>
cd <folder name>
makepkg -si makepkg -si
``` ```

View File

@@ -176,7 +176,17 @@ pacman -U --noconfirm sunshine.pkg.tar.zst
<https://github.com/moonlight-stream/moonlight-qt/releases> <https://github.com/moonlight-stream/moonlight-qt/releases>
I just used the flatpak installer. Ctrl + Alt + Shift + Q (Moonlight Stream)
Quit the streaming session (leaving the game running on the host PC)
Ctrl + Alt + Shift + S (Moonlight Stream)
Open performance stats overlay (not supported on Steam Link or Raspberry Pi)
Ctrl + Alt + Shift + M (Moonlight Stream)
Toggle mouse mode (pointer capture or direct control)
Ctrl + Alt + Shift + V (Moonlight Stream)
Type clipboard text on the host
### Configuration ### Configuration
@@ -266,9 +276,14 @@ Type=Application
## OBS ## OBS
<https://aur.archlinux.org/packages/obs-vkcapture-git>
```bash ```bash
pacman -S obs-studio qt6-wayland pacman -S obs-studio qt6-wayland
yay -S obs-vkcapture-git cd ~/aur
git clone https://aur.archlinux.org/obs-vkcapture-git.git
cd obs-vkcapture-git
makepkg -si
``` ```
Add "Game Capture" to your scene. Add "Game Capture" to your scene.
@@ -373,8 +388,13 @@ output.mp4
<https://wiki.archlinux.org/title/minecraft> <https://wiki.archlinux.org/title/minecraft>
<https://aur.archlinux.org/packages/minecraft-launcher>
```bash ```bash
yay -S minecraft-launcher cd ~/aur
git clone https://aur.archlinux.org/minecraft-launcher.git
cd minecraft-launcher
makepkg -si
``` ```
### MultiMC ### MultiMC
@@ -386,8 +406,7 @@ on arch.
<https://github.com/MultiMC/multimc-pkgbuild> <https://github.com/MultiMC/multimc-pkgbuild>
```bash ```bash
mkdir /tmp/multimc cd ~/aur
cd /tmp/multimc
git clone https://github.com/MultiMC/multimc-pkgbuild.git git clone https://github.com/MultiMC/multimc-pkgbuild.git
cd multimc-pkgbuild cd multimc-pkgbuild
makepkg -si makepkg -si

View File

@@ -34,6 +34,7 @@
- [Development](#development) - [Development](#development)
- [Cura](#cura) - [Cura](#cura)
- [Creality Print](#creality-print) - [Creality Print](#creality-print)
- [Orca Slicer](#orca-slicer)
- [AWS CLI](#aws-cli) - [AWS CLI](#aws-cli)
- [NSlookup](#nslookup) - [NSlookup](#nslookup)
- [rpi-imager](#rpi-imager) - [rpi-imager](#rpi-imager)
@@ -104,7 +105,7 @@ pacman -S rsync which git iperf3 pwgen dosfstools exfatprogs gvfs gvfs-dnssd
## ZSH ## ZSH
```bash ```bash
pacman -S zsh grml-zsh-config pacman -S zsh grml-zsh-config zsh-syntax-highlighting zsh-autosuggestions pkgfile
chsh -s $(which zsh) chsh -s $(which zsh)
cat <<EOF > ~/.zshrc cat <<EOF > ~/.zshrc
@@ -294,10 +295,15 @@ For the open source version of code install `code`:
sudo pacman -S code sudo pacman -S code
``` ```
For the proprietary version of vscode install `yay` and then: For the proprietary version of vscode use the AUR:
<https://aur.archlinux.org/packages/visual-studio-code-bin>
```bash ```bash
yay -S visual-studio-code-bin cd ~/aur
git clone https://aur.archlinux.org/visual-studio-code-bin.git
cd visual-studio-code-bin
makepkg -si
``` ```
### Shell ### Shell
@@ -511,6 +517,31 @@ Icon=/home/ducoterra/.icons/creality_print.png
Type=Application Type=Application
``` ```
## Orca Slicer
<https://github.com/SoftFever/OrcaSlicer>
This is an open source fork of Bambu Slicer with more features.
```bash
# You might need to install webkit2gtk
pacman -S webkit2gtk
```
```bash
mv ~/Downloads/OrcaSlicer*.AppImage ~/Applications/OrcaSlicer.AppImage
chmod +x ~/Applications/*.AppImage
```
```conf
[Desktop Entry]
Name=Orca Slicer
Exec=/home/ducoterra/Applications/OrcaSlicer.AppImage
Icon=/home/ducoterra/.icons/orca_slicer.png
Type=Application
```
## AWS CLI ## AWS CLI
<https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html> <https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html>

View File

@@ -26,7 +26,6 @@
- curl - curl
- wget - wget
- dconf-editor - dconf-editor
- yay
- unzip - unzip
- avahi # bonjour service - avahi # bonjour service
become: yes become: yes