Skip to content

Commit 775fe9b

Browse files
committed
Rename
1 parent 342ff1f commit 775fe9b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

bin/common/.local/bin/stow-config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ elif [ "$(uname)" = "Darwin" ]; then
99
DIRS+=(macos)
1010
fi
1111

12-
# Private stuff
13-
if [ -d "$HOME/scripts-oai" ]; then
14-
DIRS+=(oai)
12+
# OpenAI stuff
13+
if [ -d "$HOME/scripts-openai" ]; then
14+
DIRS+=(openai)
1515
fi
1616

1717
stow "${DIRS[@]}" --dir "$HOME/scripts/config" --target "$HOME" --verbose

bin/oai

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/openai

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../scripts-openai/bin

config/common/.config/git/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
# NOTE: Reference https://developer.1password.com/docs/ssh/git-commit-signing
88
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL9YoKFxv4ixFrJvRn3wUz5BSxtPjGk30tHGRc18BInN
9-
[includeIf "gitdir:~/scripts-oai/"]
10-
path = ~/.config/git/config_oai
9+
[includeIf "gitdir:~/scripts-openai/"]
10+
path = ~/.config/git/config_openai
1111
[gpg]
1212
format = ssh
1313
[gpg "ssh"]

config/common/.ssh/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Host 192.168.8.1
2929
#### OAI
3030

3131
Match all
32-
Include config_oai
32+
Include config_openai
3333

3434
#### Catch all
3535

config/oai

Lines changed: 0 additions & 1 deletion
This file was deleted.

config/openai

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../scripts-openai/config

0 commit comments

Comments
 (0)