X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pkgs;h=40894720922645ce7d0568cde7deefc642b9f399;hb=15f043c2c297176bd623d8a8602e2dc5d67eacd6;hp=524849e8ff650cd2f9310ab63ffad039780b3398;hpb=b5152768e90016afe8ff2d55cc9f38d08396b0fc;p=distro-setup diff --git a/pkgs b/pkgs index 524849e..4089472 100644 --- a/pkgs +++ b/pkgs @@ -1,5 +1,7 @@ #!/bin/bash # meant to be sourced +# +# packages with the same name across distros. p1=( trash-cli @@ -9,15 +11,22 @@ p1=( p2=( # 2nd ghc - sakura + konsole xmonad cabal-install + dmenu ) p3=( + at + bash-completion + curl + eatmydata + git htop iptables mailutils nmon + ntp rdiff-backup ruby ruby-rest-client @@ -33,12 +42,14 @@ p3=( # pidgin-otr, i went into pidgin pluggin settings and generated a key for some accounts # xawtv has webcam cli control. v4lctl bright 80%; v4lctl list # guvcview also adjusts webcam +# pv is used by btrbk p4=( adb apache2 apache2-doc apt-doc apt-listchanges + apt-rdepends aptitude-doc-en bash-doc beets @@ -86,7 +97,6 @@ p4=( libreoffice linphone linux-doc - locate lshw make-doc manpages @@ -113,10 +123,12 @@ p4=( pidgin pidgin-otr pry + pv python-autopep8 python3-doc qrencode reportbug + sakura schroot sqlite3-doc squashfs-tools @@ -136,3 +148,5 @@ p4=( xscreensaver-gl xscreensaver-gl-extra ) + +pall=(${p1[@]} ${p2[@]} ${p3[@]} ${p4[@]} )