refactor(xxh): standardize justfile
This commit is contained in:
+2
-3
@@ -1,10 +1,9 @@
|
|||||||
# Variables
|
# Variables
|
||||||
dotfiles_dir := justfile_directory()
|
dotfiles_dir := source_directory()
|
||||||
plugin_dest := env("HOME") + "/.local/share/xxh-plugin-zsh-zz-my-zshrc"
|
plugin_dest := env("HOME") + "/.local/share/xxh-plugin-zsh-zz-my-zshrc"
|
||||||
xxh_config_dest := env("HOME") + "/.config/xxh/config.xxhc"
|
xxh_config_dest := env("HOME") + "/.config/xxh/config.xxhc"
|
||||||
|
|
||||||
default:
|
default: deploy
|
||||||
@just --list
|
|
||||||
|
|
||||||
# Deploy and build xxh configuration
|
# Deploy and build xxh configuration
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user