Skip to content

Instantly share code, notes, and snippets.

@geekaholic
Created August 4, 2020 05:56
Show Gist options
  • Select an option

  • Save geekaholic/b86d9fb65f934d46026481b260e1f422 to your computer and use it in GitHub Desktop.

Select an option

Save geekaholic/b86d9fb65f934d46026481b260e1f422 to your computer and use it in GitHub Desktop.
my-packages.yml contains packages I often install via Install Buddy (my other project)
# 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" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment