Skip to content

Commit 7f080f2

Browse files
committed
Update OS and configuration details
- Switch OS from Bazzite to Amy OS - Remove extensive Linux distribution setup sections - Update Brave extensions list - Modify Steam and game-related configurations - Remove specific system configuration details - Update projects list to include Amy OS
1 parent e8ec1a0 commit 7f080f2

File tree

4 files changed

+22
-276
lines changed

4 files changed

+22
-276
lines changed

content/configs.es.md

Lines changed: 9 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hideComments = true
77

88
**PC Master Race**
99

10-
- OS: [Bazzite](https://bazzite.gg/)
10+
- OS: [Amy OS](https://github.com/astrovm/amyos)
1111
- CPU: AMD Ryzen 5 3600
1212
- GPU: AMD Radeon RX 6800 16 GB
1313
- RAM: 32 GB (4 x Geil Super Luce 8 GB DDR4 3200MHz)
@@ -35,106 +35,6 @@ hideComments = true
3535

3636
# Cosas de Linux
3737

38-
## Bazzite
39-
40-
- Imagen custom:
41-
42-
<https://github.com/astrovm/amyos>
43-
44-
## CachyOS GNOME / rEFInd / GPU AMD
45-
46-
- Añadir repositorio BlackArch:
47-
48-
<https://www.blackarch.org/downloads.html#install-repo>
49-
50-
- Instalar AI SDK:
51-
52-
```bash
53-
sudo chwd --ai_sdk -i pci rocm-ai-sdk
54-
```
55-
56-
- Instalar aplicaciones:
57-
58-
```bash
59-
sudo pacman -Syu --needed android-tools apparmor aria2 audacious audacity bleachbit blender brave-bin btop burpsuite cachyos-gaming-meta cachyos-gnome-settings cachyos-snapper-support cachyos-zsh-config calf calibre clipgrab cmatrix curl dconf-editor ddcutil distrobox docker easyeffects extension-manager fastfetch file-roller flatpak fuse2 gimp gnome-break-timer gnome-calendar gnome-characters gnome-chess gnome-clocks gnome-connections gnome-contacts gnome-dictionary gnome-epub-thumbnailer gnome-font-viewer gnome-logs gnome-maps gnome-mines gnome-multi-writer gnome-nettool gnome-nibbles gnome-remote-desktop gnome-shell-extension-pop-shell-git gnome-sudoku gnome-user-share gnome-weather gnuchess gparted gufw gvfs-smb handbrake htop john jre21-openjdk kimageformats5 kitty krita krita-plugin-gmic kseexpr libheif libjxl libmypaint libreoffice-fresh lrzip lsp-plugins-lv2 mda.lv2 mpv mutter-cachyos nautilus-image-converter neovim net-tools nmap obs-studio obs-vaapi obs-vkcapture octopi ollama-rocm p7zip pamac-aur paru polkit-gnome poppler-qt5 proton-cachyos protontricks python-pyqt5 qbittorrent qemu-full rocm-smi-lib ryujinx scummvm shotcut shotwell sqlmap squashfs-tools stremio sushi tmux tree ttf-ubuntu-font-family unace unrar ventoy-bin virt-manager vlc wget wireshark-qt yelp yt-dlp zam-plugins-lv2
60-
```
61-
62-
- Habilitar AppArmor:
63-
64-
```bash
65-
sudo nvim /boot/refind_linux.conf
66-
```
67-
68-
Añadir parámetros del kernel:
69-
70-
```bash
71-
lsm=landlock,lockdown,yama,integrity,apparmor,bpf
72-
```
73-
74-
```bash
75-
sudo systemctl enable apparmor.service
76-
```
77-
78-
Reiniciar y verificar:
79-
80-
```bash
81-
aa-enabled
82-
```
83-
84-
- Instalar VSCode y Yaru desde AUR:
85-
86-
```bash
87-
paru -S --needed visual-studio-code-bin yaru-gnome-shell-theme yaru-gtk-theme yaru-icon-theme yaru-sound-theme
88-
```
89-
90-
- Habilitar servicio Ollama:
91-
92-
```bash
93-
sudo systemctl enable ollama.service
94-
```
95-
96-
- Configurar Alpaca para usar:
97-
98-
```bash
99-
http://localhost:11434
100-
```
101-
102-
## Fedora GNOME
103-
104-
- Añadir repositorio RPM Fusion:
105-
106-
[https://rpmfusion.org/Configuration](https://rpmfusion.org/Configuration)
107-
108-
- Configurar codecs:
109-
110-
[https://rpmfusion.org/Howto/Multimedia](https://rpmfusion.org/Howto/Multimedia)
111-
112-
- Instalar aplicaciones:
113-
114-
```bash
115-
sudo dnf install android-tools aria2 audacious audacity bleachbit blender btop btrfs-assistant calibre cmatrix curl dconf-editor ddcutil distrobox easyeffects file-roller firewall-config flatpak fuse fuse-libs gimp gnome-calendar gnome-multi-writer gnome-tweaks gnome-weather gparted htop libreoffice lutris mpv fastfetch neovim net-tools nmap obs-studio obs-studio-plugin-vkcapture openssl protontricks qbittorrent scummvm shotwell simple-scan steam sushi tmux tor torbrowser-launcher torsocks tree util-linux virt-manager vlc wget yaru-theme yt-dlp
116-
```
117-
118-
- Instalar Brave:
119-
120-
[https://brave.com/linux/](https://brave.com/linux/)
121-
122-
- Instalar VSCode:
123-
124-
[https://code.visualstudio.com/docs/setup/linux#\_rhel-fedora-and-centos-based-distributions](https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions)
125-
126-
- Instalar Docker:
127-
128-
[https://developer.fedoraproject.org/tools/docker/docker-installation.html](https://developer.fedoraproject.org/tools/docker/docker-installation.html)
129-
130-
- Fuentes de Ubuntu:
131-
132-
[https://copr.fedorainfracloud.org/coprs/atim/ubuntu-fonts/](https://copr.fedorainfracloud.org/coprs/atim/ubuntu-fonts/)
133-
134-
- Kernel CachyOS:
135-
136-
[https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos](https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos)
137-
13838
## Cifrado rápido en discos NVMe
13939

14040
```bash
@@ -167,34 +67,6 @@ gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate','
16767
- [Window title is back](https://extensions.gnome.org/extension/6310/window-title-is-back/)
16868
- [Workspace Indicator](https://extensions.gnome.org/extension/21/workspace-indicator/)
16969

170-
## Kitty
171-
172-
```bash
173-
nvim ~/.config/kitty/kitty.conf
174-
```
175-
176-
```conf
177-
linux_display_server x11
178-
map cmd+t new_tab_with_cwd
179-
font_family UbuntuMono
180-
bold_font auto
181-
italic_font auto
182-
bold_italic_font auto
183-
font_size 14
184-
```
185-
186-
## Zsh
187-
188-
```bash
189-
nvim ~/.zshrc
190-
```
191-
192-
```zsh
193-
alias astrofetch="fastfetch -l arch -c neofetch"
194-
alias mikufetch="fastfetch --logo ~/Pictures/img_MIKU_us.png --logo-height 30"
195-
alias update="paru; flatpak update"
196-
```
197-
19870
## Ajustes de Steam
19971

20072
- Habilitar Steam Play en la configuración de Steam
@@ -210,9 +82,9 @@ alias update="paru; flatpak update"
21082
game-performance %command%
21183
```
21284

213-
- Probar [Proton-GE-Custom](https://github.com/gloriouseggroll/proton-ge-custom) con ProtonPlus
85+
- Probar [Proton-GE-Custom](https://github.com/gloriouseggroll/proton-ge-custom) con ProtonUp-Qt/ProtonPlus
21486

215-
## CS2
87+
## Half-Life/Portal/Counter-Strike
21688

21789
- Opciones de lanzamiento:
21890

@@ -250,12 +122,6 @@ cat ~/.ssh/id_ed25519.pub
250122

251123
- Pegar en [https://github.com/settings/ssh](https://github.com/settings/ssh)
252124

253-
```bash
254-
git config --global user.signingkey CC39C6D77BDF0053
255-
256-
git config --global commit.gpgsign true
257-
```
258-
259125
## Randomización de MAC
260126

261127
```bash
@@ -285,8 +151,13 @@ sudo modprobe btusb
285151

286152
# Extensiones de Brave
287153

154+
- [Augmented Steam](https://chromewebstore.google.com/detail/augmented-steam/dnhpnfgdlenaccegplpojghhmaamnnfp)
288155
- [DeArrow](https://chromewebstore.google.com/detail/dearrow-better-titles-and/enamippconapkdmgfgjchkhakpfinmaj)
289-
- [GSConnect](https://chromewebstore.google.com/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec)
156+
- [Picture-in-Picture](https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg)
290157
- [Privacy Settings](https://chromewebstore.google.com/detail/privacy-settings/ijadljdlbkfhdoblhaedfgepliodmomj)
158+
- [Proton Pass](https://chromewebstore.google.com/detail/proton-pass-free-password/ghmbeldphafepmbegfdlkpapadhbakde)
159+
- [ProtonDB for Steam](https://chromewebstore.google.com/detail/protondb-for-steam/ngonfifpkpeefnhelnfdkficaiihklid)
291160
- [Rabby](https://chromewebstore.google.com/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch)
292161
- [SponsorBlock](https://chromewebstore.google.com/detail/sponsorblock-for-youtube/mnjggcdmjocbbbhaepdhchncahnbgone)
162+
- [Plasma Integration](https://chromewebstore.google.com/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai) (Solo KDE)
163+
- [GSConnect](https://chromewebstore.google.com/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec) (Solo GNOME)

content/configs.md

Lines changed: 9 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hideComments = true
77

88
**PC Master Race**
99

10-
- OS: [Bazzite](https://bazzite.gg/)
10+
- OS: [Amy OS](https://github.com/astrovm/amyos)
1111
- CPU: AMD Ryzen 5 3600
1212
- GPU: AMD Radeon RX 6800 16 GB
1313
- RAM: 32 GB (4 x Geil Super Luce 8 GB DDR4 3200MHz)
@@ -35,106 +35,6 @@ hideComments = true
3535

3636
# Linux stuff
3737

38-
## Bazzite
39-
40-
- Custom image:
41-
42-
<https://github.com/astrovm/amyos>
43-
44-
## CachyOS GNOME / rEFInd / AMD GPU
45-
46-
- Add BlackArch repo:
47-
48-
<https://www.blackarch.org/downloads.html#install-repo>
49-
50-
- Install AI SDK:
51-
52-
```bash
53-
sudo chwd --ai_sdk -i pci rocm-ai-sdk
54-
```
55-
56-
- Install apps:
57-
58-
```bash
59-
sudo pacman -Syu --needed android-tools apparmor aria2 audacious audacity bleachbit blender brave-bin btop burpsuite cachyos-gaming-meta cachyos-gnome-settings cachyos-snapper-support cachyos-zsh-config calf calibre clipgrab cmatrix curl dconf-editor ddcutil distrobox docker easyeffects extension-manager fastfetch file-roller flatpak fuse2 gimp gnome-break-timer gnome-calendar gnome-characters gnome-chess gnome-clocks gnome-connections gnome-contacts gnome-dictionary gnome-epub-thumbnailer gnome-font-viewer gnome-logs gnome-maps gnome-mines gnome-multi-writer gnome-nettool gnome-nibbles gnome-remote-desktop gnome-shell-extension-pop-shell-git gnome-sudoku gnome-user-share gnome-weather gnuchess gparted gufw gvfs-smb handbrake htop john jre21-openjdk kimageformats5 kitty krita krita-plugin-gmic kseexpr libheif libjxl libmypaint libreoffice-fresh lrzip lsp-plugins-lv2 mda.lv2 mpv mutter-cachyos nautilus-image-converter neovim net-tools nmap obs-studio obs-vaapi obs-vkcapture octopi ollama-rocm p7zip pamac-aur paru polkit-gnome poppler-qt5 proton-cachyos protontricks python-pyqt5 qbittorrent qemu-full rocm-smi-lib ryujinx scummvm shotcut shotwell sqlmap squashfs-tools stremio sushi tmux tree ttf-ubuntu-font-family unace unrar ventoy-bin virt-manager vlc wget wireshark-qt yelp yt-dlp zam-plugins-lv2
60-
```
61-
62-
- Enable AppArmor:
63-
64-
```bash
65-
sudo nvim /boot/refind_linux.conf
66-
```
67-
68-
Add kernel params
69-
70-
```bash
71-
lsm=landlock,lockdown,yama,integrity,apparmor,bpf
72-
```
73-
74-
```bash
75-
sudo systemctl enable apparmor.service
76-
```
77-
78-
Reboot and check
79-
80-
```bash
81-
aa-enabled
82-
```
83-
84-
- Install VSCode and Yaru from AUR:
85-
86-
```bash
87-
paru -S --needed visual-studio-code-bin yaru-gnome-shell-theme yaru-gtk-theme yaru-icon-theme yaru-sound-theme
88-
```
89-
90-
- Enable Ollama service:
91-
92-
```bash
93-
sudo systemctl enable ollama.service
94-
```
95-
96-
- Config Alpaca to use:
97-
98-
```bash
99-
http://localhost:11434
100-
```
101-
102-
## Fedora GNOME
103-
104-
- Add RPM Fusion repo:
105-
106-
<https://rpmfusion.org/Configuration>
107-
108-
- Config codecs:
109-
110-
<https://rpmfusion.org/Howto/Multimedia>
111-
112-
- Install apps:
113-
114-
```bash
115-
sudo dnf install android-tools aria2 audacious audacity bleachbit blender btop btrfs-assistant calibre cmatrix curl dconf-editor ddcutil distrobox easyeffects file-roller firewall-config flatpak fuse fuse-libs gimp gnome-calendar gnome-multi-writer gnome-tweaks gnome-weather gparted htop libreoffice lutris mpv fastfetch neovim net-tools nmap obs-studio obs-studio-plugin-vkcapture openssl protontricks qbittorrent scummvm shotwell simple-scan steam sushi tmux tor torbrowser-launcher torsocks tree util-linux virt-manager vlc wget yaru-theme yt-dlp
116-
```
117-
118-
- Install Brave:
119-
120-
<https://brave.com/linux/>
121-
122-
- Install VSCode:
123-
124-
<https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions>
125-
126-
- Install Docker:
127-
128-
<https://developer.fedoraproject.org/tools/docker/docker-installation.html>
129-
130-
- Ubuntu fonts:
131-
132-
<https://copr.fedorainfracloud.org/coprs/atim/ubuntu-fonts/>
133-
134-
- CachyOS Kernel:
135-
136-
<https://copr.fedorainfracloud.org/coprs/bieszczaders/kernel-cachyos>
137-
13838
## Speedy encryption on NVMe Devices
13939

14040
```bash
@@ -167,34 +67,6 @@ gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate','
16767
- [Window title is back](https://extensions.gnome.org/extension/6310/window-title-is-back/)
16868
- [Workspace Indicator](https://extensions.gnome.org/extension/21/workspace-indicator/)
16969

170-
## Kitty
171-
172-
```bash
173-
nvim ~/.config/kitty/kitty.conf
174-
```
175-
176-
```bash
177-
linux_display_server x11
178-
map cmd+t new_tab_with_cwd
179-
font_family UbuntuMono
180-
bold_font auto
181-
italic_font auto
182-
bold_italic_font auto
183-
font_size 14
184-
```
185-
186-
## Zsh
187-
188-
```bash
189-
nvim ~/.zshrc
190-
```
191-
192-
```bash
193-
alias astrofetch="fastfetch -l arch -c neofetch"
194-
alias mikufetch="fastfetch --logo ~/Pictures/img_MIKU_us.png --logo-height 30"
195-
alias update="paru; flatpak update"
196-
```
197-
19870
## Steam tweaks
19971

20072
- Enable Steam Play in Steam settings
@@ -210,9 +82,9 @@ or in CachyOS:
21082
game-performance %command%
21183
```
21284

213-
- Try [Proton-GE-Custom](https://github.com/gloriouseggroll/proton-ge-custom) with ProtonPlus
85+
- Try [Proton-GE-Custom](https://github.com/gloriouseggroll/proton-ge-custom) with ProtonUp-Qt/ProtonPlus
21486

215-
## CS2
87+
## Half-Life/Portal/Counter-Strike
21688

21789
- Launch options:
21890

@@ -250,12 +122,6 @@ cat ~/.ssh/id_ed25519.pub
250122

251123
- Paste to [https://github.com/settings/ssh](https://github.com/settings/ssh)
252124

253-
```bash
254-
git config --global user.signingkey CC39C6D77BDF0053
255-
256-
git config --global commit.gpgsign true
257-
```
258-
259125
## NetworkManager randomize
260126

261127
```bash
@@ -285,8 +151,13 @@ sudo modprobe btusb
285151

286152
# Brave extensions
287153

154+
- [Augmented Steam](https://chromewebstore.google.com/detail/augmented-steam/dnhpnfgdlenaccegplpojghhmaamnnfp)
288155
- [DeArrow](https://chromewebstore.google.com/detail/dearrow-better-titles-and/enamippconapkdmgfgjchkhakpfinmaj)
289-
- [GSConnect](https://chromewebstore.google.com/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec)
156+
- [Picture-in-Picture](https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg)
290157
- [Privacy Settings](https://chromewebstore.google.com/detail/privacy-settings/ijadljdlbkfhdoblhaedfgepliodmomj)
158+
- [Proton Pass](https://chromewebstore.google.com/detail/proton-pass-free-password/ghmbeldphafepmbegfdlkpapadhbakde)
159+
- [ProtonDB for Steam](https://chromewebstore.google.com/detail/protondb-for-steam/ngonfifpkpeefnhelnfdkficaiihklid)
291160
- [Rabby](https://chromewebstore.google.com/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch)
292161
- [SponsorBlock](https://chromewebstore.google.com/detail/sponsorblock-for-youtube/mnjggcdmjocbbbhaepdhchncahnbgone)
162+
- [Plasma Integration](https://chromewebstore.google.com/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai) (KDE only)
163+
- [GSConnect](https://chromewebstore.google.com/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec) (GNOME only)

content/projects.es.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title = "proyectos"
33
hideComments = true
44
+++
55

6+
- [Amy OS](https://github.com/astrovm/amyos) Imagen personalizada de Fedora Atomic basada en Bazzite
7+
68
- [Anomalous](https://anomalous.xyz/) Sociedad de investigaciones anómalas
79

810
- [Flash Collection](https://4st.li/flash/) Archivo de juegos Flash

content/projects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title = "projects"
33
hideComments = true
44
+++
55

6+
- [Amy OS](https://github.com/astrovm/amyos) A custom Fedora Atomic image built on top of Bazzite
7+
68
- [Anomalous](https://anomalous.xyz/) An Anomalous Research Society
79

810
- [Flash Collection](https://4st.li/flash/) Flash games archive

0 commit comments

Comments
 (0)