Change
This commit is contained in:
6
Makefile
6
Makefile
@@ -12,7 +12,7 @@ setup:
|
||||
|
||||
# Just stow the dotfiles
|
||||
stow:
|
||||
stow . --target=$$HOME --ignore="setup.sh" --ignore=".git" --ignore=".gitignore" --ignore="README.md" --ignore=".zsh_secrets" --ignore=".zsh_secrets.example" --ignore="LICENSE" --ignore="Makefile" --ignore="provision.sh" --ignore="rclone.sh"
|
||||
stow . --target=$$HOME --ignore="setup.sh" --ignore=".git" --ignore=".gitignore" --ignore="README.md" --ignore=".zsh_secrets" --ignore=".zsh_secrets.example" --ignore="LICENSE" --ignore="Makefile" --ignore="provision.sh" --ignore="storagebox.sh"
|
||||
@echo "Dotfiles linked."
|
||||
|
||||
# Clean old files and links
|
||||
@@ -25,8 +25,8 @@ update:
|
||||
git pull origin main
|
||||
make setup
|
||||
|
||||
# rclone setup
|
||||
rclone-setup:
|
||||
# Setup StorageBox
|
||||
storagebox:
|
||||
bash rclone.sh
|
||||
|
||||
# Docker Tests
|
||||
|
||||
Reference in New Issue
Block a user