Add p10k
This commit is contained in:
parent
4964d6635d
commit
327617f758
4 changed files with 28 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
23
nfpms/zsh-theme-powerlevel10k.yaml
Normal file
23
nfpms/zsh-theme-powerlevel10k.yaml
Normal 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
|
1
zsh-theme-powerlevel10k
Submodule
1
zsh-theme-powerlevel10k
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 35833ea15f14b71dbcebc7e54c104d8d56ca5268
|
Loading…
Reference in a new issue