Dylan Taylor
|
3ee38afce1
|
One package per line formatting in profiles - easier to read/maintain
|
2021-05-15 17:30:20 -04:00 |
Anton Hvornum
|
4ff35663b8
|
Replaced the magic __builtin__ global variable. This should fix mypy complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me.
|
2021-05-12 13:55:41 +02:00 |
Anton Hvornum
|
5fba277dda
|
Merging in master to feature branch.
|
2021-04-17 09:52:09 +02:00 |
Dylan M. Taylor
|
06920652b3
|
Fix some more awesome installation issues
|
2021-04-13 21:21:43 -04:00 |
Anton Hvornum
|
99dd9b1fb7
|
New feature: Profile() now supports .packages which returns any defined 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-03-25 15:07:49 +01:00 |
Anton Hvornum
|
73191b921e
|
terminus font has changed name upstream from terminus-font-otb to terminus-font. Which is one (of probably many) fonts that is required for awesome to render text in menu's etc.
|
2021-01-24 23:38:20 +01:00 |
Anton Hvornum
|
53a4a082da
|
Added a profile for alacritty as well as tweaked the awesome profile and application profile.
|
2021-01-19 23:34:11 +01:00 |
Varun Madiath
|
5ded22a5d0
|
Fix some PEP-8 errors.
|
2020-10-19 23:07:35 -04:00 |
Anton Hvornum
|
534679e88f
|
Added gnome as a profile (and application for application specific steps). 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-30 12:31:47 +00:00 |
Anton Hvornum
|
7f7cb6b89b
|
Forgot to replace the xinitrc data after replacing lines.
|
2020-09-30 11:52:28 +00:00 |
Anton Hvornum
|
6fe4fdfce1
|
Debug for testing
|
2020-09-30 11:17:08 +00:00 |
Anton Hvornum
|
95cd1beb80
|
Attempt to enhance the search and replace of default apps in xorg.
|
2020-09-30 11:09:26 +00:00 |
Anton Hvornum
|
4597ea1a21
|
Fixed some issues with the awesome profile. It should now be properly 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-09-30 10:54:51 +00:00 |
Anton Hvornum
|
0cd088572d
|
New feature: application profiles now support .py as well. Also fixed a 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-22 01:03:14 +00:00 |