mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 16:48:40 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d31371af4 | |||
| c2250ee80c | |||
| a1d075fc0d | |||
| a3cc12aae1 | |||
| 808748a050 |
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Update submodules
|
name: Update submodules
|
||||||
on:
|
on:
|
||||||
schedule: [cron: 0 6 * * 0]
|
schedule: [cron: 0 3 * * *]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
if git commit -am"Update submodules (automated)
|
if git commit -am"chore(git): Update submodules (automated)
|
||||||
|
|
||||||
$(git submodule --quiet foreach \
|
$(git submodule --quiet foreach \
|
||||||
'tag="$(git describe --tags --abbrev=0 origin/HEAD)"
|
'tag="$(git describe --tags --abbrev=0 origin/HEAD)"
|
||||||
|
|||||||
@@ -6,3 +6,7 @@ email = ismo.vuorinen@vincit.fi
|
|||||||
name = Ismo Vuorinen
|
name = Ismo Vuorinen
|
||||||
email = ismo@ivuorinen.net
|
email = ismo@ivuorinen.net
|
||||||
|
|
||||||
|
[github]
|
||||||
|
name = ivuorinen
|
||||||
|
email = ivuorinen@users.noreply.github.com
|
||||||
|
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ export HOMEBREW_PKG="$HOMEBREW/opt"
|
|||||||
export HOMEBREW_NO_ENV_HINTS=1
|
export HOMEBREW_NO_ENV_HINTS=1
|
||||||
|
|
||||||
path_append "/usr/local/bin"
|
path_append "/usr/local/bin"
|
||||||
path_append "$HOMEBREW_SBIN"
|
path_prepend "$HOMEBREW_SBIN"
|
||||||
path_append "$HOMEBREW_BIN"
|
path_prepend "$HOMEBREW_BIN"
|
||||||
path_append "$XDG_BIN_HOME"
|
path_prepend "$XDG_BIN_HOME"
|
||||||
|
|
||||||
# brew, https://brew.sh
|
# brew, https://brew.sh
|
||||||
have brew && {
|
have brew && {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# vim: filetype=zsh
|
# vim: filetype=zsh
|
||||||
source "$DOTFILES/scripts/shared.sh"
|
source "$DOTFILES/scripts/shared.sh"
|
||||||
|
|
||||||
export LC_ALL=fi_FI.utf8
|
export LC_ALL=fi_FI.UTF-8
|
||||||
|
|
||||||
# Bash completion file location
|
# Bash completion file location
|
||||||
export BASH_COMPLETION_USER_FILE="${XDG_CONFIG_HOME}/bash-completion/bash_completion"
|
export BASH_COMPLETION_USER_FILE="${XDG_CONFIG_HOME}/bash-completion/bash_completion"
|
||||||
|
|||||||
Submodule config/tmux/plugins/tpm updated: 1ff32085b2...99469c4a9b
Reference in New Issue
Block a user