Rewrite ./ext/ setup scripts
This commit is contained in:
parent
c25c589281
commit
d31fe2166e
9 changed files with 97 additions and 47 deletions
12
ext/setup-csharp.sh
Executable file
12
ext/setup-csharp.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue