Harsh Vyapari

Results 41 comments of Harsh Vyapari

@jose-elias-alvarez, Thank you for your hard work in maintaining this project as best as you could. May this legacy will be continued in the future.

I've Installed the latest version of Caskaydia Cove NF on my windows 10, and now I'm seeing this box icons, I need help regarding this issue ![image](https://github.com/ryanoasis/nerd-fonts/assets/51878195/c5b16677-d059-4751-b178-f153e522c629) ![image](https://github.com/ryanoasis/nerd-fonts/assets/51878195/0da41df9-8b8b-425b-a4ac-b3afd81ede21)

Just remove the `root_dir` line and lsp server will use the default setting

Okay, Thanks for the suggestion @PowerzinBR. Just like how we can use brew bundle to install packages, is there any solution for scoop also

Hey @PowerzinBR, Yesterday, I developed pwsh script for my own setup, just to get familiar with PowerShell. You can check [here](https://github.com/harshv5094/dotfiles-public/blob/main/scripts/install.ps1) for reference.

> my current `Brewfile`: > > ``` > tap "homebrew/bundle" > tap "homebrew/cask" > > brew "fish" > brew "tmux" > > brew "ghq" > brew "gh" > brew "lazygit"...

> @harshv5094, i developed a initial script for the windows prototype, i used your code as reference. It works like a charm, there is somethings to improve. For now i...

Yeah, I use Debian WSL so I use brew for latest package. Okay I'll add if statement based on os to install packages

hey, quick update, I shifted my setup to `Debian 12` so I don't have access to pwsh and I don't want to install pwsh in my debian setup. So @PowerzinBR,...