mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
3 Commits
43e8d5a725
...
8b8ba86df9
Author | SHA1 | Date | |
---|---|---|---|
8b8ba86df9 | |||
f083ad8a7d | |||
1c7a28870d |
@ -1,4 +1,4 @@
|
|||||||
# See main gitconfig, this is ~/src2/gitconfig
|
# See main gitconfig, this is ~/2src/gitconfig
|
||||||
[user]
|
[user]
|
||||||
email = aminda.suomalainen@example.org
|
email = aminda.suomalainen@example.org
|
||||||
signingkey = ~/.ssh/exampleorg.pub
|
signingkey = ~/.ssh/exampleorg.pub
|
@ -95,6 +95,6 @@
|
|||||||
mailmap = true
|
mailmap = true
|
||||||
showSignature = true
|
showSignature = true
|
||||||
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
||||||
# see also .mikaela/src2-gitconfig within the same shell-things repo
|
# see also .mikaela/2src-gitconfig within the same shell-things repo
|
||||||
[includeIf "gitdir:~/src2/"]
|
[includeIf "gitdir:~/2src/"]
|
||||||
path = ~/src2/gitconfig
|
path = ~/2src/gitconfig
|
||||||
|
@ -44,7 +44,7 @@ repos:
|
|||||||
|
|
||||||
# GitHub Actions etc. configuration validity checking
|
# GitHub Actions etc. configuration validity checking
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.23.1
|
rev: 0.23.2
|
||||||
hooks:
|
hooks:
|
||||||
#- id: check-dependabot
|
#- id: check-dependabot
|
||||||
#- id: check-github-actions
|
#- id: check-github-actions
|
||||||
|
@ -95,6 +95,6 @@
|
|||||||
mailmap = true
|
mailmap = true
|
||||||
showSignature = true
|
showSignature = true
|
||||||
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
||||||
# see also .mikaela/src2-gitconfig within the same shell-things repo
|
# see also .mikaela/2src-gitconfig within the same shell-things repo
|
||||||
[includeIf "gitdir:~/src2/"]
|
[includeIf "gitdir:~/2src/"]
|
||||||
path = ~/src2/gitconfig
|
path = ~/2src/gitconfig
|
||||||
|
@ -145,8 +145,8 @@ if [[ $UNAME == Darwin ]]; then
|
|||||||
(echo "")
|
(echo "")
|
||||||
(last -10 &)
|
(last -10 &)
|
||||||
fi
|
fi
|
||||||
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n" && echo &)
|
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n")
|
||||||
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n" && echo &)
|
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n")
|
||||||
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
||||||
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
||||||
|
|
||||||
|
4
rc/zshrc
4
rc/zshrc
@ -102,8 +102,8 @@ if [[ $UNAME = Darwin ]]; then
|
|||||||
(echo "")
|
(echo "")
|
||||||
(last -10&)
|
(last -10&)
|
||||||
fi
|
fi
|
||||||
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n" && echo&)
|
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n")
|
||||||
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n" && echo &)
|
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n")
|
||||||
|
|
||||||
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
||||||
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user