-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-packages.json
66 lines (66 loc) · 1.61 KB
/
dev-packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"packages":
[
{
"name": "git",
"refreshPath": true
},
{
"name": "fzf"
},
{
"name": "ripgrep"
},
{
"name": "neovim",
"refreshPath": true,
"pre": true,
"additionalCommands":[
"New-Item -Path \"$Home\\appdata\\local\\nvim\\\" -ItemType Directory -Force | Out-Null",
"iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | ni \"$(@($env:XDG_DATA_HOME, $env:LOCALAPPDATA)[$null -eq $env:XDG_DATA_HOME])/nvim-data/site/autoload/plug.vim\" -Force | Out-Null",
"iwr -useb https://raw.githubusercontent.com/stew-dev-github/dotfiles/main/init.vim | ni \"$(@($env:XDG_DATA_HOME, $env:LOCALAPPDATA)[$null -eq $env:XDG_DATA_HOME])/nvim/init.vim\" -Force | Out-Null",
"nvim +PlugInstall +:qall"
]
},
{
"name": "microsoft-windows-terminal",
"additionalCommands":[
"iwr -useb https://raw.githubusercontent.com/stew-dev-github/dotfiles/main/windows-terminal-settings.json | ni \"$env:LOCALAPPDATA/packages/Microsoft.WindowsTerminalPreview_8wekyb3d8bbwe/LocalState/settings.json\" -Force | Out-Null"
]
},
{
"name": "sql-server-2019",
"params": "'/IgnorePendingReboot'"
},
{
"name": "sql-server-management-studio"
},
{
"name": "datagrip"
},
{
"name": "jetbrains-rider",
"additionalCommands":[
"Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/stew-dev-github/dotfiles/main/.ideavimrc\" -OutFile \"$Home\\.ideavimrc\""
]
},
{
"name": "clion-ide"
},
{
"name": "dotcover"
},
{
"name": "dottrace"
},
{
"name": "dotmemory"
},
{
"name": "dotpeek"
},
{
"name": "brave"
}
]
}