diff options
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", |
