Skip to content

Latest commit

 

History

History
94 lines (94 loc) · 2.42 KB

funbook.org

File metadata and controls

94 lines (94 loc) · 2.42 KB

Machine Name: alex-elitebook

Functions:

Gaming

  • Steam
  • Retroarch

Music

  • Reaper

OS: Artix Linux

  • Since this machine is for Gaming and Music, I need a Linux distro with glibc for compatibility
  • AUR

Background

Fonts

Bitmap Font: Spleen

yay -S spleen-font

Nerd Font: Caskaydia Cove

unzip ~/Downloads/CascadiaCove.zip -d ~/.local/share/fonts

Applications

Terminal Apps

Shell: Fish

  • the bros think I should use zsh instead
  • maybe make sure my prompt uses common chracters only for the sake of the tty
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
fisher install IlanCosman/tide@v6
fisher install catppuccin/fish
fish_config theme save "Catppuccin Mocha"

Multiplexer: zellij

sudo dnf copr enable varlad/zellij 
sudo dnf install zellij

File Manager: nnn

  • I’ve also heard good things about vifm and ranger
dnf install nnn

Text Editor: neovim

dnf install neovim
mkdir ~/.config/nvim

Spotify client: ncspot

flatpak install flathub ncspot

YouTube client: yewtube

  • make sure ~/.local/bin/ is in PATH
pipx install yewtube

pomdoro timer

Desktop Environement: Hyprland

dnf install hyprland
dnf install emacs
mkdir ~/.config/emacs/

GUI Theme Engines

GTK

Qt

GUI Apps

Web Browser:

  • Firefox, LibreWolf, Brave, qutebrowser, Nyxt are all options
dnf install firefox

DAW: Reaper

flatpak install flathub fm.reaper.Reaper

Gaming Platform: Lutris

flatpak install flathub com.lutris.Lutris

Gaming Platform: Steam

flatpak install flathub com.valvesoftware.Steam

Gaming Platform: Retroarch

flatpak install flathub org.libretro.RetroArch

Discord Client: Vesktop

flatpak install flathub dev.vencord.Vesktop