doomemacs/ext/setup-csharp.sh

13 lines
250 B
Bash
Raw Normal View History

2016-08-28 05:01:43 +08:00
#!/usr/bin/env bash
cd ~/.emacs.d/ext
source ./VARS
#
echo "Setting up C# (omnisharp)"
git-repo "https://github.com/OmniSharp/omnisharp-server" omnisharp
cd omnisharp && xbuild
mv omnisharp/bin/Debug/OmniSharp.exe ./OmniSharp.exe
rm -rf omnisharp