Commit graph

182 commits

Author SHA1 Message Date
71e46db226 Remove unnecessary policy change 2024-09-03 16:31:12 +02:00
c6d261bc89 Ask for live scripts only once 2024-09-03 12:08:35 +02:00
d2c6737798 Allow testing winget packages with specific scope 2024-09-03 01:16:42 +02:00
a81727f696 Ensure 7z is installed for backups 2024-08-28 04:38:56 +02:00
f5c2d678ae Add capabilities to back up apps 2024-08-28 00:37:04 +02:00
5dcf809caf Allow specifying a backup action 2024-08-28 00:29:33 +02:00
f31eed5616 Make the install script action agnostic 2024-08-28 00:03:28 +02:00
080812b90a Make Operations script cross platform 2024-08-27 22:27:44 +02:00
0259a55c79 Handle OneShot tasks only on Windows 2024-08-27 21:32:49 +02:00
51106d8012 Add tools for managing aliae 2024-08-27 18:58:33 +02:00
caffde0a01 Prevent unnecessary file creation 2024-08-27 14:06:56 +02:00
b4e0ed7db8 Execute OneShot tasks in any operation 2024-08-27 14:05:16 +02:00
e828cb1988 Force the use of the managed distribution 2024-08-27 04:26:25 +02:00
3185e67a59 Initialize operation for all users 2024-08-27 04:24:29 +02:00
1b0c715514 Handle initialization in operation code 2024-08-27 04:15:37 +02:00
267ebd5c5b Execute script non-interactive during OneShot tasks 2024-08-27 03:50:08 +02:00
bd764a1429 Exit script after running OneShot task 2024-08-27 03:45:44 +02:00
9ba134d202 Only install PowerShell module if necessary 2024-08-27 01:25:32 +02:00
6ab0df4dc8 Add further functionality to the WSL script 2024-08-27 00:38:46 +02:00
380b70322c Create a separate script for WSL interaction 2024-08-26 23:33:46 +02:00
06d9de5b30 Keep Windows fixes separate 2024-08-24 16:56:29 +02:00
7eb0c61cf6 Remove WSL after operation 2024-08-24 16:52:41 +02:00
a5f1f06ca0 Remove unused resources after user setup 2024-08-24 16:15:10 +02:00
5caccb6177 Determine name of setup user properly 2024-08-24 14:01:05 +02:00
49e18cb6ca Add a function for creating shortcuts 2024-08-24 04:18:33 +02:00
6f2e9b894e Create separate option holding win users 2024-08-24 03:25:28 +02:00
46a8126298 Prevent unnecessary config evaluation 2024-08-24 01:31:39 +02:00
975430d97e Fix compatibility with mixed new line characters 2024-08-23 23:44:23 +02:00
c8aba026e0 Fetch config from proper section 2024-08-23 19:24:49 +02:00
b0fb27f638 Make all config scripts platform independent 2024-08-23 01:57:53 +02:00
7fc0a0235c Make scripts platform independent 2024-08-23 01:52:04 +02:00
1f20af3bc5 Configure software implicitly 2024-08-23 01:41:32 +02:00
ac4b6e0700 Remove user profile of OneShot user 2024-08-22 23:12:11 +02:00
e294564e92 Fix handling empty error messages 2024-08-22 20:12:18 +02:00
596bca0b4e Streamline the creation of users 2024-08-21 18:34:18 +02:00
c0f2c25ef6 Prevent pauses in OneShot tasks 2024-08-21 18:28:50 +02:00
93ae3c8e3e Print commands in debug mode 2024-08-21 18:28:08 +02:00
e6f8bdc774 Run OneShot tasks with dedicated user 2024-08-21 18:27:47 +02:00
18abc9e499 Prevent unnecessary errors during WSL execution 2024-08-21 14:08:26 +02:00
8fb126a091 Prevent initialization of nested operations 2024-08-21 03:18:31 +02:00
8c12cc6b84 Retry Linux path conversion for errors 2024-08-20 00:20:33 +02:00
5a6dd5414e Fix typo 2024-08-20 00:20:07 +02:00
4f75ddbfea Report unexpected path conversions 2024-08-19 02:50:41 +02:00
be4c00e54a Load missing path 2024-08-19 02:50:19 +02:00
c68b153401 Ensure error file can be read from 2024-08-19 02:24:45 +02:00
f136ad35ea Streamline OneShot task handler 2024-08-19 02:24:30 +02:00
5a6d46153f Allow setting a timeout for clicking download buttons 2024-08-18 09:04:42 +02:00
11ae127dba Emit errors concerning WSL commands 2024-08-17 13:51:10 +02:00
9e716bce4f Emit errors using Write-Error 2024-08-17 13:49:21 +02:00
8d7835a8aa Convert Argument to string explicitly 2024-08-16 23:03:19 +02:00
55043420aa Ignore unfinished browser downloads 2024-08-16 17:57:22 +02:00
c5bb953dc0 Allow running live scripts in debug mode 2024-08-16 15:21:41 +02:00
4e97645eea Refactor winget check for rare issue 2024-08-16 15:04:37 +02:00
050221da47 Disable Windows Update reboot only as admin 2024-08-16 14:35:35 +02:00
0605d9bcb0 Ensure website is loaded before download 2024-08-15 02:42:00 +02:00
51f352f095 Improve handling of slow websites 2024-08-14 18:47:29 +02:00
d37cd11acd Disable auto reboot by default 2024-08-12 01:27:50 +02:00
8ad456c0a3 Throw an error when failing to load config 2024-08-11 18:27:06 +02:00
8268fdd29d Redirect user for configuration properly 2024-08-10 15:16:00 +02:00
ea53352de6 Determine installer action properly 2024-08-10 15:15:21 +02:00
806478db65 Redirect arguments to chocolatey properly 2024-08-10 15:13:46 +02:00
f20523c43b Fix non-functioning OneShot script 2024-08-10 15:13:20 +02:00
270854f435 Fix oneshot task execution 2024-08-10 06:11:55 +02:00
f70cad941f Allow removing the OneShot listener 2024-08-10 05:19:24 +02:00
4ebf214acc Force creation of sudo alias 2024-08-10 00:22:46 +02:00
ecb34288cc Allow execution of OneShot tasks 2024-08-10 00:22:30 +02:00
c789bd6c72 Reorder winget arguments 2024-08-09 14:45:05 +02:00
cb2735b909 Login to users for configuration 2024-08-09 04:19:49 +02:00
5e4e7d4939 Add missing setup stage 2024-08-09 03:02:25 +02:00
acb22f8a89 Make Get-Users output explicit 2024-08-09 03:02:17 +02:00
91d0d635a1 Add support for the sudo command 2024-08-09 02:22:45 +02:00
aa14dd7beb Suppress unnecessary output 2024-08-08 22:24:41 +02:00
4b9ad41939 Make config script platform independent 2024-08-08 18:21:16 +02:00
62db17bda2 Add users during installation 2024-08-08 17:49:43 +02:00
6cd1cbb541 Add functions for retrieving attributes 2024-08-08 14:45:34 +02:00
9fb7c199d1 Skip scope argument by default 2024-08-08 14:22:13 +02:00
2943621d6c Apply the error action globally 2024-08-08 14:08:38 +02:00
995959f958 Add a stage for creating users 2024-08-08 04:38:40 +02:00
458c46575c Allow custom winget arguments 2024-08-08 04:29:00 +02:00
ddfbe17a49 Improve winget function 2024-08-08 04:28:21 +02:00
e29e36acf7 Add missing function 2024-08-08 04:20:11 +02:00
b92173fa25 Refactor browser scripts 2024-08-08 03:32:03 +02:00
29b0de86dc Ensure Selenium is imported 2024-08-08 02:59:02 +02:00
16f3c72eb3 Allow skipping the Action argument 2024-08-08 02:56:28 +02:00
cb3edcfa55 Allow removing task bar icons 2024-08-08 02:28:40 +02:00
875013b104 Configure user only outside of setup 2024-08-07 23:30:29 +02:00
7fed854044 Fix incorrect installation filter 2024-08-07 23:20:28 +02:00
e9be3db64e Show messages if packages are installed 2024-08-07 23:18:23 +02:00
64fe00e42f Fix incorrect package check 2024-08-07 23:17:07 +02:00
834883b5de Refactor default winget parameters 2024-08-07 22:56:42 +02:00
dd902e4859 Allow skipping PowerShell profile files 2024-08-07 22:25:42 +02:00
98db57981c Resolve dependency loop 2024-08-07 21:54:58 +02:00
3dcaa9b1bc Remove unnecessary statement 2024-08-07 21:53:26 +02:00
a34aa6c143 Refactor PowerShell profile script 2024-08-07 21:34:40 +02:00
2dfb9d58bf Move scripts properly 2024-08-07 21:05:32 +02:00
56baf02459 Execute userConfig for current user only once 2024-07-28 23:44:58 +02:00
e580446ca6 Fix broken profile creation 2024-07-28 16:57:36 +02:00
e6da47a184 Mark all fish scripts as executable 2024-07-28 12:32:08 +02:00
bd1c3caf95 Configure for current user if none is specified 2024-07-20 14:06:25 +02:00
519d055c10 Add a function for checking whether a configuration is applied 2024-07-20 14:03:35 +02:00