Skip to main content

Programs

Good every day

Brave Browser

yay -S brave-bin

Spotify

sudo pacman -S spotify-launcher

Plex Media Player

yay -S plex-desktop

Programming tools

Git

# Most likley already installed
sudo pacman -S git

JetBrains Toolbox

yay -S jetbrains-toolbox

# You may have to add the them to the env, after installing a tool? idk why
export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts"