|
b5a56cd60e
|
ignore command output for commit 94028ef
|
2024-11-25 15:31:27 +01:00 |
|
|
8995565e26
|
bugfix: accidentally merged output of commands
|
2024-11-25 15:28:58 +01:00 |
|
|
97fcc961a7
|
bugfix: save detected dotfiles repo location
|
2024-11-25 15:21:47 +01:00 |
|
|
94028eff12
|
bugfix: create powershell profile directory if not exists
|
2024-11-25 15:10:09 +01:00 |
|
|
8a4fed4295
|
bugfix: fix filepath when calling from local dir
|
2024-11-25 15:06:01 +01:00 |
|
|
fa7d942a8f
|
optimize download without progressbar
|
2024-11-25 15:03:16 +01:00 |
|
|
107b83ced4
|
bugfix: create local user fonts directory if not exists
|
2024-11-25 14:34:36 +01:00 |
|
|
80a34d44c3
|
bugfix: renamed function parameter in 5090a04
|
2024-11-25 14:25:44 +01:00 |
|
|
7e8bc5fa19
|
bugfix: fix command to add user to sudoers group
|
2024-11-25 12:18:39 +01:00 |
|
|
7aa94ca8e2
|
provide additional user feedback with consistent style
|
2024-11-25 12:00:30 +01:00 |
|
|
0da955a90d
|
replace dism.exe for CMD with builtin powershell module
|
2024-11-25 11:56:41 +01:00 |
|
|
cf885e7363
|
using wsl install without distro for older versions
|
2024-11-25 11:54:14 +01:00 |
|
|
72061fd686
|
remove excess colon in after install prompt
|
2024-11-25 11:45:47 +01:00 |
|
|
1d33d6ed32
|
optimize download without progressbar
|
2024-11-25 11:35:19 +01:00 |
|
|
4ce997d016
|
replace builtin install method with web request to app installer
|
2024-11-25 11:26:55 +01:00 |
|
|
24b6d1f115
|
replace unzip with builtin Expand-Archive tool
|
2024-11-24 23:41:49 +01:00 |
|
|
52e9367b04
|
optionally skip config after installation
|
2024-11-24 23:27:00 +01:00 |
|
|
8ed8d2d411
|
allow bypassing additional installation steps
|
2024-11-24 22:59:51 +01:00 |
|
|
eaf1e8e9f3
|
using push/pop location instead to accommodate for powershell v5
|
2024-11-24 22:55:12 +01:00 |
|
|
8c6dcd4590
|
bugfix: set location to dotfiles repo for admin processes
|
2024-11-24 22:39:20 +01:00 |
|
|
ff07ff7d17
|
bugfix: remove escaped quotes
|
2024-11-24 22:32:47 +01:00 |
|
|
7f7fc0a8ba
|
bugfix: fix filepath when calling from local dir
|
2024-11-24 22:12:46 +01:00 |
|
|
c5c7703e00
|
Revert "bugfix: fix filepath when calling from local dir"
This reverts commit 1e19a5e1cf .
|
2024-11-24 22:12:09 +01:00 |
|
|
df70d04ddc
|
bugfix: set bypass policy for admin processes
|
2024-11-24 21:51:25 +01:00 |
|
|
eed5118341
|
cleanup: improved minor quality and descriptions
|
2024-11-24 21:42:00 +01:00 |
|
|
5014da3a46
|
bugfix: install wsl and windows features as administrator
|
2024-11-24 21:40:51 +01:00 |
|
|
509ebf7437
|
bugfix: wait for admin installation process to complete
|
2024-11-24 21:35:50 +01:00 |
|
|
cb66813a8b
|
bugfix: typos in function names (switcheroo)
|
2024-11-24 21:32:45 +01:00 |
|
|
9cc28a14e1
|
bugfix: call 'InstallWinget' with admin privileges
|
2024-11-24 21:29:15 +01:00 |
|
|
1e19a5e1cf
|
bugfix: fix filepath when calling from local dir
|
2024-11-24 21:28:57 +01:00 |
|
|
e2edd0122e
|
replace concrete commands with reference to installation modules
|
2024-11-24 21:17:39 +01:00 |
|
|
ec067674d3
|
add wsl/apt installation module
|
2024-11-24 21:15:14 +01:00 |
|
|
d95ba9823d
|
add chocolatey installation module
|
2024-11-24 21:14:55 +01:00 |
|
|
3a849a448f
|
add winget installation module
|
2024-11-24 21:14:46 +01:00 |
|
|
5090a04e95
|
rename function parameter for naming consistency
|
2024-11-24 21:12:23 +01:00 |
|
|
ad9ffc0a19
|
modularize windows install script by extracting functions
|
2024-11-24 18:41:24 +01:00 |
|
|
f9db026b16
|
alacritty config update
|
2024-10-26 02:11:19 +02:00 |
|
|
fb056c3505
|
TODO note in install script
|
2024-10-21 23:46:06 +02:00 |
|
|
4383f46e56
|
add WSL instructions
|
2024-10-21 23:45:49 +02:00 |
|
|
d84cd62673
|
add winget and chocolatey instructions
|
2024-10-21 23:45:12 +02:00 |
|
|
f4f24ce525
|
add prerequisites for installations in README
|
2024-10-21 23:44:17 +02:00 |
|
|
8e24843856
|
additional feedback on neovim WSL install
|
2024-10-21 22:15:54 +02:00 |
|
|
1e01a70182
|
if wsl detected, save neovim in $tmp, copy to config home
|
2024-10-21 21:08:05 +02:00 |
|
|
c90d46ef6c
|
install neovim configs for windows if no wsl detected
|
2024-10-21 21:07:41 +02:00 |
|
|
7d8872d70d
|
bugfix: use $tmp dir if no destination provided
|
2024-10-21 21:06:26 +02:00 |
|
|
7378dacaa5
|
visually encapsulate proxyswitcher install for readability
|
2024-10-21 21:05:57 +02:00 |
|
|
4598bfe8d0
|
using powershell builtin instead of curl
|
2024-10-21 21:04:28 +02:00 |
|
|
2429e27e43
|
fix typo from copy & paste
|
2024-10-21 20:06:29 +02:00 |
|
|
8e590c7f29
|
removed unused function parameter
|
2024-10-21 19:53:27 +02:00 |
|
Baipyrus
|
644908d856
|
remove intentional newline in installation step, ignoring markdown_lint
|
2024-09-07 13:18:50 +02:00 |
|