Commit Graph

11 Commits

Author SHA1 Message Date
Anton Hvornum 4f6b6ce8fc
Added support for ubikey 2fa in chromium. 2019-11-13 13:17:59 +00:00
Anton Hvornum 763fde17b8
Moved packages into variables.
Also cleaned up and added some more stuff that's useful to get awesome going :)
2019-11-13 12:21:24 +00:00
Anton Hvornum 95ccc7e283
Added utils that are useful for aweome WM. 2019-11-13 11:36:26 +00:00
Anton Hvornum 86b8f699fb
ttf-freefont has been replaced by gnu-free-fonts
https://www.archlinux.org/packages/extra/any/gnu-free-fonts/
2019-08-21 11:18:49 +02:00
Anton Hvornum 8be9f3abdd
Update workstation.json 2019-08-19 12:36:17 +02:00
Anton Hvornum 65aed10fa2 Added more templates and removed debugging 2019-04-14 21:30:35 +02:00
Anton Hvornum 9d4dca4cc2
Added gpicview as a default image viewer. 2018-11-20 22:03:01 +01:00
Anton Hvornum 50eaa58ea1
Added a default file browser
See last commit. This one just fixed a missing comma.
2018-10-09 21:42:15 +02:00
Anton Hvornum e9f3961f08
Added a file browser
Next step: pre-setup a wallpaper and the "start menu".
To make it easier for people to start off easy with a arch install.. and for myself..
2018-10-09 21:41:53 +02:00
Anton Hvornum 7a1c57d225
Added ttf-liberation since many apps require it 2018-10-09 21:38:09 +02:00
Lord Anton Hvornum 252af79e3d * New feature: deployment structure can now import/include other templates (Included templates will be installed first, since we'll assume those are baselines/requirements for slimmer deploy-structs)
* Deployment scripts strings now supports python string formatting, if parameter  or  is given as options to each command-line (TODO: Add as a global  parameter as well, and treat all strings as formatable)
* Added two templates: workstation + 00:11:22:33:44:55, a example of how to set up a workstation using a template and a custom addition. Also added a default template that is similar to the workstation but does everything in one template. They all use some awk magic to fix alt-tab in Awesome WM, it also creates a "desktop" environment and installs some useful tools and fixes the start menu in Awesome WM.
* Reordering mirrors is now a configurable option (Default turned off, to better suit offline environments)
* Disk/root password now configurable as either a fixed string, or ask for via STDIN (Syntax for now is: )
* deployment targets now a variable (todo: add a parameter/argument)
* SSL support (ignores certificate validation for now, I know this is bad, but until a parameter etc is in place, this has to be a nessecary evil for now)
* Cleaned up a lot of custom variables and baked them into  so it's easier to format strings based off information gathered along the way (such as partition names).
* Error handling: Mostly for missing dependencies and situations, such as not booted in UEFI environment
2018-05-24 20:09:51 +02:00