diff --git a/cast b/cast new file mode 100755 index 0000000..b8817b5 --- /dev/null +++ b/cast @@ -0,0 +1,2 @@ +#!/bin/zsh +xrandr --auto --output DP1 --mode 2560x1440 diff --git a/newproject b/newproject index 138349e..e701086 100755 --- a/newproject +++ b/newproject @@ -110,7 +110,7 @@ elif [[ $LANG == "c-sharp" ]]; then # Create a new ASP.NET project. elif [[ $LANG == "aspnet" ]]; then dotnet new globaljson --output $NAME - dotnet new mvc --no-https $NAME + dotnet new web --no-https --output $NAME dotnet new sln -o $NAME dotnet sln $NAME add $NAME cd $NAME