minor updates

This commit is contained in:
Josh Ashton
2023-09-29 08:29:25 -06:00
parent bd5da60cf4
commit d89510bdfa
2 changed files with 3 additions and 1 deletions
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/zsh
xrandr --auto --output DP1 --mode 2560x1440
+1 -1
View File
@@ -110,7 +110,7 @@ elif [[ $LANG == "c-sharp" ]]; then
# Create a new ASP.NET project. # Create a new ASP.NET project.
elif [[ $LANG == "aspnet" ]]; then elif [[ $LANG == "aspnet" ]]; then
dotnet new globaljson --output $NAME dotnet new globaljson --output $NAME
dotnet new mvc --no-https $NAME dotnet new web --no-https --output $NAME
dotnet new sln -o $NAME dotnet new sln -o $NAME
dotnet sln $NAME add $NAME dotnet sln $NAME add $NAME
cd $NAME cd $NAME