doomemacs/ext/setup-csharp.sh
2016-08-27 23:01:43 +02:00

13 lines
250 B
Bash
Executable File

#!/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