Skip to content

Commit

Permalink
updating scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dom1153 committed Jun 11, 2024
1 parent b215b40 commit 73e656b
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 25 deletions.
2 changes: 2 additions & 0 deletions pages/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Dominic Dang

Software engineer

edit
3 changes: 3 additions & 0 deletions scripts/nix/nix.sh → scripts/nix/nix-shell.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash --packages dotnet-sdk_7

### ensure our context is always the repo home
cd $(dirname "$0")
cd ../../
nix develop
4 changes: 0 additions & 4 deletions scripts/nix/retype.sh

This file was deleted.

3 changes: 3 additions & 0 deletions scripts/nix/serve.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash --packages dotnet-sdk_7

### ensure our context is always the repo home
cd $(dirname "$0")
cd ../../
dotnet tool run retype start
4 changes: 0 additions & 4 deletions scripts/nix/watch.sh

This file was deleted.

1 change: 1 addition & 0 deletions scripts/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ./scripts

This folder contains convenience scripts for editing this repo locally.
Folder with convenience folders for operating on this repo.

Both with scripts using the nix package manager and non-nix based installs.
File renamed without changes.
4 changes: 0 additions & 4 deletions scripts/sh/build.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/sh/nix.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/sh/retype.sh

This file was deleted.

6 changes: 4 additions & 2 deletions scripts/sh/serve.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env -S bash -x
#!/usr/bin/env bash

### retype start
### ensure our context is always the repo home
cd $(dirname "$0")
cd ../../
dotnet tool run retype start
4 changes: 0 additions & 4 deletions scripts/sh/watch.sh

This file was deleted.

0 comments on commit 73e656b

Please sign in to comment.