diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 22:06:38 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 22:06:38 +0200 |
| commit | 849f7292523a9a119b81fc20062215fbb916984c (patch) | |
| tree | 855e3ef625e28b235e085abbbb7084ed68c7551a /.config | |
| parent | 1fc074cecb6daafd491d31894f92075c09e66286 (diff) | |
| download | dotfiles-849f7292523a9a119b81fc20062215fbb916984c.tar.gz dotfiles-849f7292523a9a119b81fc20062215fbb916984c.zip | |
Testing
Diffstat (limited to '.config')
| -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) { |
