Compare commits

...

2 Commits

Author SHA1 Message Date
sudo pacman -Syu 2510b387c7
chore(config): use new kitty icon
https://sw.kovidgoyal.net/kitty/faq/#i-do-not-like-the-kitty-icon
2022-11-07 20:32:08 +07:00
dependabot[bot] 3f09a98487 build(deps): bump github.com/urfave/cli/v2 from 2.23.0 to 2.23.2
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.0 to 2.23.2.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.23.0...v2.23.2)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 22:44:18 -07:00
5 changed files with 21 additions and 5 deletions

View File

@ -19,12 +19,28 @@
"kitty": {
"paths": [
{
"internal": "data/kitty",
"external": "~/.config/kitty"
"internal": "data/kitty/kitty.conf",
"external": "~/.config/kitty/kitty.conf"
},
{
"internal": "data/kitty/mocha.conf",
"external": "~/.config/kitty/mocha.conf"
},
{
"internal": "data/kitty/kitty-dark.icns",
"external": "~/.config/kitty/kitty.app.icns"
},
{
"internal": "data/kitty/mocha.conf",
"url": "https://raw.githubusercontent.com/catppuccin/kitty/main/mocha.conf"
},
{
"internal": "data/kitty/kitty-dark.icns",
"url": "https://github.com/DinkDonk/kitty-icon/blob/main/kitty-dark.icns?raw=true"
},
{
"internal": "data/kitty/kitty-light.icns",
"url": "https://github.com/DinkDonk/kitty-icon/blob/main/kitty-light.icns?raw=true"
}
]
},

BIN
data/kitty/kitty-dark.icns Normal file

Binary file not shown.

BIN
data/kitty/kitty-light.icns Normal file

Binary file not shown.

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/make-go-great/color-go v0.4.1
github.com/make-go-great/copy-go v0.9.0
github.com/make-go-great/diff-go v0.0.5
github.com/urfave/cli/v2 v2.23.0
github.com/urfave/cli/v2 v2.23.2
)
require (

4
go.sum
View File

@ -18,8 +18,8 @@ github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e h1:aoZm08cpOy4WuID//EZDgc
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/urfave/cli/v2 v2.23.0 h1:pkly7gKIeYv3olPAeNajNpLjeJrmTPYCoZWaV+2VfvE=
github.com/urfave/cli/v2 v2.23.0/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI=
github.com/urfave/cli/v2 v2.23.2 h1:34bT/FlchakhE5j+PggFYUfiGZBnrNxJRRVB9AQODOo=
github.com/urfave/cli/v2 v2.23.2/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=