Compare commits
No commits in common. "30dbbf30528a6b1d60d5d1820866e29829e80060" and "ebc4b51cbe76c16f01ba81f544f368c80760d8a8" have entirely different histories.
30dbbf3052
...
ebc4b51cbe
3 changed files with 6 additions and 14 deletions
|
@ -3,14 +3,14 @@
|
||||||
# Base URL used to expand short topic names in the "ntfy publish" and "ntfy subscribe" commands.
|
# Base URL used to expand short topic names in the "ntfy publish" and "ntfy subscribe" commands.
|
||||||
# If you self-host a ntfy server, you'll likely want to change this.
|
# If you self-host a ntfy server, you'll likely want to change this.
|
||||||
#
|
#
|
||||||
default-host: https://ntfy.413.one
|
default-host: https://captainhal.ddns.net:20001
|
||||||
|
|
||||||
# Default username and password will be used with "ntfy publish" if no credentials are provided on command line
|
# Default username and password will be used with "ntfy publish" if no credentials are provided on command line
|
||||||
# Default username and password will be used with "ntfy subscribe" if no credentials are provided in subscription below
|
# Default username and password will be used with "ntfy subscribe" if no credentials are provided in subscription below
|
||||||
# For an empty password, use empty double-quotes ("")
|
# For an empty password, use empty double-quotes ("")
|
||||||
#
|
#
|
||||||
default-user: leon
|
default-user: dhalucario
|
||||||
default-password: 1bims
|
default-password: GYKkwdGLRxU4Nm
|
||||||
|
|
||||||
# Default command will execute after "ntfy subscribe" receives a message if no command is provided in subscription below
|
# Default command will execute after "ntfy subscribe" receives a message if no command is provided in subscription below
|
||||||
# default-command:
|
# default-command:
|
||||||
|
@ -48,9 +48,5 @@ default-password: 1bims
|
||||||
# and 'tags' (comma-separated list, logical AND). See https://ntfy.sh/docs/subscribe/api/#filter-messages.
|
# and 'tags' (comma-separated list, logical AND). See https://ntfy.sh/docs/subscribe/api/#filter-messages.
|
||||||
#
|
#
|
||||||
subscribe:
|
subscribe:
|
||||||
- topic: 'leon-services'
|
- topic: dhalucario-general
|
||||||
command: 'notify-send "$t" "$m"'
|
command: 'notify-send "$m"'
|
||||||
- topic: 'bonmercato-alerts'
|
|
||||||
command: 'notify-send "$t" "$m"'
|
|
||||||
- topic: 'bonmercato-imports'
|
|
||||||
command: 'notify-send "$t" "$m"'
|
|
||||||
|
|
|
@ -15,5 +15,3 @@ fi
|
||||||
if [[ $(uname -s) != "Darwin" ]]; then
|
if [[ $(uname -s) != "Darwin" ]]; then
|
||||||
alias open="xdg-open"
|
alias open="xdg-open"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias kubectl="minikube kubectl --"
|
|
||||||
|
|
|
@ -22,10 +22,8 @@ if [ -n "$(command -v ruby)" ] && [ -n "$(command -v gem)" ]; then
|
||||||
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[[ ! -r $HOME/.cargo/env ]] || source $HOME/.cargo/env > /dev/null 2> /dev/null
|
|
||||||
|
|
||||||
# pnpm
|
# pnpm
|
||||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
export PNPM_HOME="/home/dhalucario/.local/share/pnpm"
|
||||||
case ":$PATH:" in
|
case ":$PATH:" in
|
||||||
*":$PNPM_HOME:"*) ;;
|
*":$PNPM_HOME:"*) ;;
|
||||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||||
|
|
Loading…
Reference in a new issue