Last active
June 14, 2020 20:17
-
-
Save mjarkk/c46f68c79bf10d8a9a5df90f2b62c36b to your computer and use it in GitHub Desktop.
Revisions
-
mjarkk revised this gist
Jun 14, 2020 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,16 @@ su -c 'echo ">=net-im/discord-bin-0.0.10 all-rights-reserved" >> /etc/portage/pa sudo emerge net-im/discord-bin ``` ### Install spotify ```sh 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 ```sh su -c 'echo "media-fonts/fira-mono ~amd64" >> /etc/portage/package.accept_keywords' -
mjarkk revised this gist
Jun 14, 2020 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,13 @@ su -c 'echo "app-editors/visual-studio-code ~amd64" >> /etc/portage/package.acce sudo emerge app-editors/visual-studio-code ``` ### Install discord ```sh 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 ``` ### fonts ```sh su -c 'echo "media-fonts/fira-mono ~amd64" >> /etc/portage/package.accept_keywords' -
mjarkk revised this gist
Jun 14, 2020 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,10 @@ 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 ``` ### fonts ```sh 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 ``` -
mjarkk revised this gist
Jun 14, 2020 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,10 @@ # My gentoo cheet sheet ### Install vscode ```sh 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 ``` -
mjarkk created this gist
Jun 14, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # My gentoo cheet sheet ### Add [zugaina](http://gpo.zugaina.org/) repo ```sh sudo emerge eselect-repository sudo eselect repository enable zugaina sudo emaint sync -r zugaina ```