aboutsummaryrefslogtreecommitdiff
path: root/.config/powershell
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 22:06:38 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 22:06:38 +0200
commit849f7292523a9a119b81fc20062215fbb916984c (patch)
tree855e3ef625e28b235e085abbbb7084ed68c7551a /.config/powershell
parent1fc074cecb6daafd491d31894f92075c09e66286 (diff)
downloaddotfiles-849f7292523a9a119b81fc20062215fbb916984c.tar.gz
dotfiles-849f7292523a9a119b81fc20062215fbb916984c.zip
Testing
Diffstat (limited to '.config/powershell')
-rw-r--r--.config/powershell/bootstrap.ps12
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) {