mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 12:49:10 +00:00
fix(lint): cr comment
This commit is contained in:
@@ -6,6 +6,10 @@ set -euo pipefail
|
|||||||
: "${BREWFILE:=$DOTFILES/config/homebrew/Brewfile}"
|
: "${BREWFILE:=$DOTFILES/config/homebrew/Brewfile}"
|
||||||
: "${TEMP_DIR:=$(mktemp -d)}"
|
: "${TEMP_DIR:=$(mktemp -d)}"
|
||||||
: "${DFM_MAX_RETRIES:=3}"
|
: "${DFM_MAX_RETRIES:=3}"
|
||||||
|
|
||||||
|
# Remove temp folder on exit
|
||||||
|
trap 'rm -rf "$TEMP_DIR"' EXIT
|
||||||
|
|
||||||
# Installation functions for dfm, the dotfile manager
|
# Installation functions for dfm, the dotfile manager
|
||||||
#
|
#
|
||||||
# @author Ismo Vuorinen <https://github.com/ivuorinen>
|
# @author Ismo Vuorinen <https://github.com/ivuorinen>
|
||||||
|
|||||||
Reference in New Issue
Block a user