diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-06 22:47:44 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-06 22:47:44 +0200 |
| commit | b1f74e6c6b678b46b99902fe37e991897721c0c3 (patch) | |
| tree | 4e0bd86b03e65aef6055fa81aa84daf4686dd124 /.config/powershell/bootstrap.ps1 | |
| parent | f9465476c9c5f570d1e0695002c79e7759c69fc8 (diff) | |
| download | dotfiles-b1f74e6c6b678b46b99902fe37e991897721c0c3.tar.gz dotfiles-b1f74e6c6b678b46b99902fe37e991897721c0c3.zip | |
Testing
Diffstat (limited to '.config/powershell/bootstrap.ps1')
| -rw-r--r-- | .config/powershell/bootstrap.ps1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index 252bd52..cc7b79d 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -37,7 +37,7 @@ if (-not (Test-IsAdmin)) { # Imports . $HOME\.config\powershell\initialize.ps1 -. $HOME\.config\powershell\ownership.ps1 +#. $HOME\.config\powershell\ownership.ps1 . $HOME\.config\powershell\bloatware.ps1 # Configure PowerShell @@ -115,7 +115,6 @@ $apps = @( "bat", "7zip", "python", - "neofetch", "adobereader", "javaruntime", "autohotkey", |
