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