Skip to content

Commit

Permalink
chore: replace setup.py by setup in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbull committed Nov 6, 2024
1 parent 4c6ab34 commit 313f81f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 34 deletions.
19 changes: 19 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/env -S just --justfile
#
# To run this script, you must have installed the Just command runner. Execute:
# $ cargo install --locked just

#
# Setup the environment:
#

setup:
git config pull.rebase true
git config branch.autoSetupRebase always
cargo install --locked typos-cli
cargo install --locked cocogitto
cog install-hook --overwrite commit-msg
@echo "Done"

self-update:
cargo install --locked just
34 changes: 0 additions & 34 deletions setup.py

This file was deleted.

0 comments on commit 313f81f

Please sign in to comment.