Created
August 4, 2020 05:56
-
-
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)
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 characters
| # 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