To apply:
# cd to where repo is checked out.
cd dotfiles
# -t is target directory
stow git -t ~ -v
stow nvim -t ~ -v
stow ghostty -t ~ -v- Install roslyn nuget as per instructions.
- Unzip and make executable:
mkdir -p ~/.local/share/roslyn-ls
unzip Downloads/Microsoft.CodeAnalysis.LanguageServer.<version>.nupkg -d ~/.local/share/roslyn-ls
chmod +x ~/.local/share/roslyn-ls/content/LanguageServer/linux-x64/Microsoft.CodeAnalysis.LanguageServer
- Bump the number of file watchers (not sure if this is permanent):
sudo sysctl fs.inotify.max_user_instances=1024