mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
13 lines
331 B
Makefile
13 lines
331 B
Makefile
install: dotfiles git-hooks
|
|
|
|
# Install dotfiles in users home directory
|
|
dotfiles:
|
|
./.local/bin/scripts/install_dotfiles.sh
|
|
|
|
# Use tracked git hooks
|
|
git-hooks:
|
|
git config --global core.hooksPath .local/bin/git-hooks
|
|
|
|
# Export code-server extensions to config directory
|
|
code-extensions:
|
|
~/.local/bin/code_server_export_extensions
|