dots/apps.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

# Automatic setup
Install automatically:
2023-10-14 15:19:15 +00:00
```
pacman -S ansible wget
wget https://raw.githubusercontent.com/yourfriendoss/dots/main/play.yml
ansible-galaxy collection install community.general
ansible-galaxy collection install kewlfft.aur
ansible-playbook -K play.yml
2023-10-14 15:19:15 +00:00
```
# Manual setup
2023-10-15 10:42:02 +00:00
[Visit here](manual.md), to install my setup manually (Warning, this might be out of date!).
2023-10-14 15:19:15 +00:00
# apps
Deps: `pkgconfig patch flex bison which`
2023-10-14 15:59:40 +00:00
1. Audio - `pipewire wireplumber pipewire-pulse pipewire-alsa pipewire-jack qpwgraph`
2. Wayland compositor - `hyprland xdg-desktop-portal-hyprland polkit-kde-agent`
2024-05-20 15:07:58 +00:00
3. Status bar - `aylurs-gtk-shell`
4. Terminal - `foot`
2023-10-14 15:59:40 +00:00
5. Screenshotting - `wl-clipboard slurp grim`
6. Application picker - `rofi-lbonn-wayland`
2024-05-20 15:07:58 +00:00
7. Background - `swww`
8. File manager - `thunar gvfs gvfs-smb`
9. File syncing - `syncthing`
10. Music - `spotify spicetify-cli`
2023-10-14 15:19:15 +00:00
```
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh
spicetify backup apply
```
2024-05-20 15:07:58 +00:00
11. Fonts - `ttf-jebrains-mono-nerd`
12. Discord - `vencord-desktop-git`
13. Browser - `vivaldi`
2023-10-14 15:19:15 +00:00
```
(credit: Archwiki)
Go to chrome://flags page, then search wayland. You will see the Preferred Ozone platform setting. Set it to auto. The default one is "X11". "Auto" selects Wayland if possible, X11 otherwise.
```
2024-05-20 15:07:58 +00:00
14. Documents - `wps-office ttf-wps-fonts`
15. Code editor - `visual-studio-code-bin`
16. Extras - `pipes.sh fastfetch lemurs nushell catppuccin-gtk-theme-latte`