diff options
| author | Bobby <[email protected]> | 2022-11-05 10:09:29 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 10:09:29 -0400 |
| commit | 9301a3125fc90bfca9f117292cedf30b91990ea6 (patch) | |
| tree | fb3fe885a0029d2d3be63369d0fe222ee65d25f9 /bin | |
| parent | 45796190a3646c847db8090be20769fef44e4f42 (diff) | |
| download | texty-9301a3125fc90bfca9f117292cedf30b91990ea6.tar.xz texty-9301a3125fc90bfca9f117292cedf30b91990ea6.zip | |
feat: Added setup script and configure binary
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/configure b/bin/configure new file mode 100755 index 0000000..c3c14dc --- /dev/null +++ b/bin/configure @@ -0,0 +1,7 @@ +#!/bin/zsh +alias commit="./commit.sh" +alias setup="python3 setup.py" +echo "Added aliases for commit and setup." +echo "" +echo "Run 'setup' to start the setup again." +echo "Run 'commit' to commit changes. Run commit -h for help." |
