update sync
This commit is contained in:
3
sync.sh
3
sync.sh
@@ -8,6 +8,7 @@ HOME_DIR="$HOME"
|
|||||||
get_tracked_files() {
|
get_tracked_files() {
|
||||||
find "$DOTFILES_DIR" -type f \
|
find "$DOTFILES_DIR" -type f \
|
||||||
-not -path "*/.git/*" \
|
-not -path "*/.git/*" \
|
||||||
|
-not -name "README.md" \
|
||||||
-not -name "sync.sh" | sort
|
-not -name "sync.sh" | sort
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -116,4 +117,4 @@ case "$1" in
|
|||||||
echo ""
|
echo ""
|
||||||
usage
|
usage
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user