diff options
Diffstat (limited to '.config/powershell/bootstrap.ps1')
| -rw-r--r-- | .config/powershell/bootstrap.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index 3288ac1..a4203be 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -163,7 +163,6 @@ $apps = @( "fd", "sudo", "win32yank", - "neovim", "microsoft-windows-terminal", "wsl", "firefox", @@ -181,6 +180,7 @@ $apps = @( #"make", #"tokei", #"zoxide" + "neovim" ) foreach ($app in $apps) { |
