dotdrop
This commit is contained in:
12
apps.d/dotdrop.zsh
Normal file
12
apps.d/dotdrop.zsh
Normal file
@@ -0,0 +1,12 @@
|
||||
# shellcheck shell=bash
|
||||
# vim: ft=sh
|
||||
|
||||
! command -v dotdrop > /dev/null && return
|
||||
|
||||
export DOTDROP_REPO="${XDG_CONFIG_HOME}/dotdrop"
|
||||
export DOTDROP_CONFIG="${DOTDROP_REPO}/config-user.yaml"
|
||||
DOTDROP_PROFILE="$(hostname)"
|
||||
export DOTDROP_PROFILE
|
||||
|
||||
alias dotgit="git -C ${DOTDROP_REPO}"
|
||||
alias dotsync="dotgit pull && dotgit add -A && dotgit commit && dotgit push && dotdrop install"
|
||||
Reference in New Issue
Block a user