ENH update git urls
This commit is contained in:
parent
b1e7fc6827
commit
def27df889
|
@ -1,23 +1,23 @@
|
||||||
{{- if .development.emacs }}
|
{{- if .development.emacs }}
|
||||||
.config/emacs:
|
.config/emacs:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://github.com/ndwarshuis/.emacs.d.git
|
url: https://lambdahub.yavin4.ch/ndwarshuis/emacs-config.git
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .desktop }}
|
{{- if .desktop }}
|
||||||
.config/rofi-extras:
|
.config/rofi-extras:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://github.com/ndwarshuis/rofi-extras.git
|
url: https://lambdahub.yavin4.ch/ndwarshuis/rofi-extras.git
|
||||||
.config/xmonad:
|
.config/xmonad:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://github.com/ndwarshuis/xmonad-config.git
|
url: https://lambdahub.yavin4.ch/ndwarshuis/xmonad-config.git
|
||||||
.config/xman:
|
.config/xman:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://github.com/ndwarshuis/xman.git
|
url: https://lambdahub.yavin4.ch/ndwarshuis/xman.git
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if ne .features.conky_alias "none" }}
|
{{- if ne .features.conky_alias "none" }}
|
||||||
.config/conky:
|
.config/conky:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://github.com/ndwarshuis/universal-conky.git
|
url: https://lambdahub.yavin4.ch/ndwarshuis/conky-config.git
|
||||||
{{- end }}
|
{{- end }}
|
||||||
.local/share/zsh/plugins/zsh-syntax-highlighting:
|
.local/share/zsh/plugins/zsh-syntax-highlighting:
|
||||||
type: git-repo
|
type: git-repo
|
||||||
|
|
|
@ -5,7 +5,7 @@ pkgdesc="custom us keyboard layout with hyper modifiers"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('xkeyboard-config')
|
depends=('xkeyboard-config')
|
||||||
source=("https://github.com/ndwarshuis/xkb-hypermode/archive/v$pkgver.tar.gz")
|
source=("https://lamdahub.yavin4.ch/ndwarshuis/xkb-hypermode/archive/v$pkgver.tar.gz")
|
||||||
md5sums=('8a211c564d0d31ca514bd3253b5990ba')
|
md5sums=('8a211c564d0d31ca514bd3253b5990ba')
|
||||||
backup=("etc/X11/xorg.conf.d/10-hyperctrl.conf")
|
backup=("etc/X11/xorg.conf.d/10-hyperctrl.conf")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue