Skip to content

Commit

Permalink
chore: catppuccin added to cli tools
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Mar 28, 2024
1 parent 5e7ea9e commit 0121e12
Show file tree
Hide file tree
Showing 4 changed files with 2,067 additions and 51 deletions.
95 changes: 45 additions & 50 deletions home/.chezmoiexternal.toml
Original file line number Diff line number Diff line change
@@ -1,59 +1,54 @@
[".config/bat/themes/night-owlish"]
type = "archive"
url = "https://github.com/batpigandme/night-owlish/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".config/raycast/scripts-commands"]
type = "archive"
url = "https://github.com/raycast/script-commands/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/raycast/script-commands/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh"]
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/you-should-use"]
type = "archive"
url = "https://github.com/MichaelAquilina/zsh-you-should-use/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/MichaelAquilina/zsh-you-should-use/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
type = "archive"
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/zsh-better-npm-completion"]
type = "archive"
url = "https://github.com/lukechilds/zsh-better-npm-completion/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/lukechilds/zsh-better-npm-completion/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/zsh-kitty"]
type = "archive"
url = "https://github.com/redxtech/zsh-kitty/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/redxtech/zsh-kitty/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
type = "archive"
url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/zsh-yarn-completions"]
type = "archive"
url = "https://github.com/chrisands/zsh-yarn-completions/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
type = "archive"
url = "https://github.com/chrisands/zsh-yarn-completions/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/themes/powerlevel10k"]
type = "archive"
url = "https://github.com/romkatv/powerlevel10k/archive/master.tar.gz"
exact = true
stripComponents = 1
type = "archive"
url = "https://github.com/romkatv/powerlevel10k/archive/master.tar.gz"
exact = true
stripComponents = 1

Empty file removed home/dot_config/bat/themes/.keep
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
# for a list of all available themes

--theme="night-owlish"
--theme="Catppuccin Mocha"
# mkdir -p ~/.config/bat/themes
# git clone https://github.com/batpigandme/night-owlish ~/.config/bat/themes/night-owlish

Expand Down
Loading

0 comments on commit 0121e12

Please sign in to comment.