Created
August 4, 2020 05:56
-
-
Save geekaholic/b86d9fb65f934d46026481b260e1f422 to your computer and use it in GitHub Desktop.
Revisions
-
geekaholic created this gist
Aug 4, 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,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" ]