Skip to content

Instantly share code, notes, and snippets.

@mjarkk
Last active June 14, 2020 20:17
Show Gist options
  • Save mjarkk/c46f68c79bf10d8a9a5df90f2b62c36b to your computer and use it in GitHub Desktop.
Save mjarkk/c46f68c79bf10d8a9a5df90f2b62c36b to your computer and use it in GitHub Desktop.

My gentoo cheet sheet

Install vscode

sudo emerge eselect-repository
sudo eselect repository enable pentoo
sudo emaint sync -r pentoo
su -c 'echo "app-editors/visual-studio-code ~amd64" >> /etc/portage/package.accept_keywords'
sudo emerge app-editors/visual-studio-code

Install discord

su -c 'echo "net-im/discord-bin ~amd64" >> /etc/portage/package.accept_keywords'
su -c 'echo ">=net-im/discord-bin-0.0.10 all-rights-reserved" >> /etc/portage/package.license'
sudo emerge net-im/discord-bin

Install spotify

sudo emerge eselect-repository
sudo eselect repository add flatpak-overlay git https://github.com/fosero/flatpak-overlay
sudo emaint sync -r flatpak-overlay
sudo emerge --ask sys-apps/flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.spotify.Client

fonts

su -c 'echo "media-fonts/fira-mono ~amd64" >> /etc/portage/package.accept_keywords'
sudo emerge font-adobe-100dpi font-adobe-75dpi font-adobe-utopia-100dpi font-adobe-utopia-75dpi font-adobe-utopia-type1 fira-code fira-mono fira-sans droid noto noto-cjk noto-emoji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment