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