[WINDOWS] Install fonts + neovim
This commit is contained in:
parent
93ff04c6e2
commit
eb5345cf00
1 changed files with 10 additions and 1 deletions
|
@ -16,4 +16,13 @@ Foreach ($item in $appDatasToSymlink) {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install required packages with winget
|
# Install required packages with winget
|
||||||
winget install alacritty
|
winget install alacritty gitui
|
||||||
|
|
||||||
|
# Install other packages with scoop because not available in winget
|
||||||
|
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
|
||||||
|
|
||||||
|
scoop install neovim
|
||||||
|
|
||||||
|
# Install fonts
|
||||||
|
scoop bucket add nerd-fonts
|
||||||
|
scoop install FiraCode-NF FiraCode-NF-Mono FiraMono-NF FiraCode-Script FiraCode Delugia-Nerd-Font-Complete Delugia-Mono-Nerd-Font-Complete Cascadia-Code CascadiaCode-NF CascadiaCode-NF-Mono
|
Loading…
Add table
Reference in a new issue