Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
AgeCommit message (Collapse)Author
2021-04-08Initial implementation of LXQtDylan Taylor
2021-04-08Implement SwayDylan Taylor
Try switching from gdm to sddm as gdm pulls in a lot of GNOME packages Fix comment Update sway.py
2021-04-08It was pointed out that khelpcenter isn't strictly necessaryDylan M. Taylor
2021-04-08Switch from metapackage to a more minimal installDylan M. Taylor
2021-04-08added egl-wayland and changed promptadvaithm
2021-04-08ask user for default session over asking if they want waylandadvaithm
2021-04-08merge kde and kde-waylandadvaithm
2021-04-08Remove gnome-todo and gnome-sound-recorder from default installationJatin
gnome todo and gnome sound recorder should not be in default installation, honoring the Arch Linux philosophy. These packages are not even pre installed on other major linux distributions.
2021-04-08Remove evolution from default installation as suggestedDylan M. Taylor
It was pointed out that users can install an email client if they want one.
2021-04-08This comment should no longer apply. This is a fairly sane default for GNOME.Dylan M. Taylor
2021-04-08gnome-sound-recorder is probably also desirableDylan M. Taylor
2021-04-08Fix #183 gnome-extras installs far too much bloat Dylan M. Taylor
This keeps some of the most useful packages from the defaults.
2021-04-08sway, wayland specific files. drivers has also been split from xorgadvaithm
2021-04-08Merging in master into feature branch.Anton Hvornum
2021-04-07Remove gnome-todo and gnome-sound-recorder from default installationJatin
gnome todo and gnome sound recorder should not be in default installation, honoring the Arch Linux philosophy. These packages are not even pre installed on other major linux distributions.
2021-04-07Merging changes from master into feature branch to avoid future conflics.Anton Hvornum
2021-04-06It was pointed out that khelpcenter isn't strictly necessaryDylan M. Taylor
2021-04-06Switch from metapackage to a more minimal installDylan M. Taylor
2021-04-06Merge pull request #192 from advaithm/kde-hookAnton Hvornum
Use _post_install for wayland
2021-04-06Remove evolution from default installation as suggestedDylan M. Taylor
It was pointed out that users can install an email client if they want one.
2021-04-06added egl-wayland and changed promptadvaithm
2021-04-06ask user for default session over asking if they want waylandadvaithm
2021-04-06merge kde and kde-waylandadvaithm
2021-04-05This comment should no longer apply. This is a fairly sane default for GNOME.Dylan M. Taylor
2021-04-05gnome-sound-recorder is probably also desirableDylan M. Taylor
2021-04-05Fix #183 gnome-extras installs far too much bloat Dylan M. Taylor
This keeps some of the most useful packages from the defaults.
2021-04-05Merge pull request #179 from advaithm/masterAnton Hvornum
i3 and 13-gaps support
2021-04-05add i3-wm and i3-gaps supportadvaithm
2021-04-04add lightdm-gtk-greeterm1ten
2021-04-04applications/cinnamonm1ten
2021-04-03applications/xfce4m1ten
2021-03-25New feature: Profile() now supports .packages which returns any defined ↵Anton Hvornum
packages for that specific profile, as well as archinstall.__packages__ contain any packages that Installer() is responsible for. This can be used to quickly gather any required packages and dependencies by archinstall. Not all profiles have it yet, so .packages might return None.
2021-01-24terminus font has changed name upstream from terminus-font-otb to ↵Anton Hvornum
terminus-font. Which is one (of probably many) fonts that is required for awesome to render text in menu's etc.
2021-01-22fixed spaces in kde-wayland.pyadvaithm
2021-01-22plasma-wayland installeradvaithm
2021-01-21reworked kde.py to use sddm instead of hacking xinitrcadvaithm
2021-01-19Added a profile for alacritty as well as tweaked the awesome profile and ↵Anton Hvornum
application profile.
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-09-30Added KDE profile (untested)Anton Hvornum
2020-09-30Added gnome as a profile (and application for application specific steps). ↵Anton Hvornum
Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change.
2020-09-30Forgot to replace the xinitrc data after replacing lines.Anton Hvornum
2020-09-30Debug for testingAnton Hvornum
2020-09-30Attempt to enhance the search and replace of default apps in xorg.Anton Hvornum
2020-09-30Fixed some issues with the awesome profile. It should now be properly ↵Anton Hvornum
installed. Still need to tweak it a bit to not be as intrusive while still giving some 'starting points' to stand on as a new user.
2020-08-04Removed legacy .json profiles. Not in favor of .pyAnton Hvornum
2020-07-22New feature: application profiles now support .py as well. Also fixed a ↵Anton Hvornum
sys.path issue where an installed version of archinstall would have precedence over the local version when profiles were being executed (because profiles were living in a unknown relative working directory, the caller to those profiles have to make sure .archinstall exists in sys.path before calling said profile)
2020-07-06Renaming deployments to profilesAnton Hvornum