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.

Revisions

  1. mjarkk revised this gist Jun 14, 2020. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions gentoo cheatsheet.md
    Original 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'
  2. mjarkk revised this gist Jun 14, 2020. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions gentoo cheatsheet.md
    Original 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'
  3. mjarkk revised this gist Jun 14, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gentoo cheatsheet.md
    Original 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
    ```
  4. mjarkk revised this gist Jun 14, 2020. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions gentoo cheatsheet.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,10 @@
    # My gentoo cheet sheet

    ### Add [zugaina](http://gpo.zugaina.org/) repo
    ### Install vscode
    ```sh
    sudo emerge eselect-repository
    sudo eselect repository enable zugaina
    sudo emaint sync -r zugaina
    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
    ```
  5. mjarkk created this gist Jun 14, 2020.
    8 changes: 8 additions & 0 deletions gentoo cheatsheet.md
    Original 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
    ```