This commit is contained in:
Sam Therapy 2024-10-14 22:30:40 +02:00
parent 4964d6635d
commit 327617f758
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
4 changed files with 28 additions and 1 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "krathalan-endlessh"]
path = krathalan-endlessh
url = https://github.com/krathalan/endlessh
[submodule "zsh-theme-powerlevel10k"]
path = zsh-theme-powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git

View file

@ -3,7 +3,7 @@
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: "endlessh-krathalan"
arch: "amd64"
arch: ${GOARCH}
platform: "linux"
version: "20240823"
version_schema: none

View file

@ -0,0 +1,23 @@
# nfpm example configuration file
#
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: "zsh-theme-powerlevel10k"
arch: "all"
platform: "linux"
version: "1.20.0"
#version_schema: none
section: "default"
priority: "extra"
depends:
- zsh
maintainer: "Sam Therapy <sam@samtherapy.net>"
description: |
A zsh theme
homepage: "https://github.com/romkatv/powerlevel10k"
license: "MIT"
contents:
- src: ./zsh-theme-powerlevel10k
dst: /usr/share/zsh-theme-powerlevel10k
# yaml-language-server: $schema=https://nfpm.goreleaser.com/static/schema.json

@ -0,0 +1 @@
Subproject commit 35833ea15f14b71dbcebc7e54c104d8d56ca5268