Skip to content

Instantly share code, notes, and snippets.

@geekaholic
Created August 4, 2020 05:56
Show Gist options
  • Save geekaholic/b86d9fb65f934d46026481b260e1f422 to your computer and use it in GitHub Desktop.
Save geekaholic/b86d9fb65f934d46026481b260e1f422 to your computer and use it in GitHub Desktop.

Revisions

  1. geekaholic created this gist Aug 4, 2020.
    33 changes: 33 additions & 0 deletions my-packages.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    # These are the packages I pretty much need to have on a Linux/OSX system.
    # I wrote a tool called [InstallBuddy](https://github.com/geekaholic/install-buddy) which automates the installation of these packages.

    packages:
    - bash-completion
    - highlight
    - jq
    - screenfetch
    - docker:
    - alias: { Debian: "docker.io", Ubuntu: "docker.io"}
    - skip: [ "MacOSX" ]
    - docker-compose
    - git
    - htop
    - inxi
    - terminology:
    - skip: [ "MacOSX" ]
    - macvim:
    - skip: [ "Linux" ]
    - gvim:
    - skip: [ "MacOSX" ]
    - alias: { Ubuntu: 'vim-gtk3' }
    - powerline
    - powertop
    - pwgen
    - the_silver_searcher:
    - alias: { Debian: "silversearcher-ag", Ubuntu: "silversearcher-ag", Solus: "silver-searcher"}
    - vim
    - tilix
    - xclip:
    - skip: [ "MacOSX" ]
    - tlp-rdw:
    - skip: [ "MacOSX" ]