mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 04:33:17 +02:00
chore: split aliases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[user]
|
||||
email = info@rickvanlieshout.com
|
||||
name = Mastermindzh
|
||||
name = Rick van Lieshout
|
||||
[alias]
|
||||
tree = log --graph --decorate --pretty=format:'%ar [%h] %an <%ae> - %s'
|
||||
graph = log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative
|
||||
@@ -16,3 +16,8 @@
|
||||
rebase = false
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[filter "lfs"]
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
|
@@ -1,4 +0,0 @@
|
||||
init-author-name=Rick van Lieshout
|
||||
init-author-email=info@rickvanlieshout.com
|
||||
init-author-url=http://rickvanlieshout.com/
|
||||
init-license=MIT
|
@@ -141,12 +141,12 @@ click-left = firefox https://speedtest.net
|
||||
[module/weather]
|
||||
type = custom/script
|
||||
interval = 900
|
||||
exec = "curl -s wttr.in?format=1"
|
||||
exec = "curl -s wttr.in/oss?format=1"
|
||||
|
||||
format = "<label>"
|
||||
format-prefix-foreground = ${colors.accent}
|
||||
label = %output%
|
||||
click-left = xfce4-terminal -H -e "curl wttr.in"
|
||||
click-left = xfce4-terminal -H -e "curl wttr.in/oss"
|
||||
|
||||
|
||||
[module/i3]
|
||||
|
Reference in New Issue
Block a user