summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2022-11-18 23:20:32 -0500
committerseth <[email protected]>2022-11-18 23:20:32 -0500
commit9bb0da7efb750db25bb1b2ded123bbcc9b04d6e7 (patch)
tree8211b6c0e5b6a0e6e4b0b1fe549ff46069b86a9c
parentec625679986252986af154d9f0f7125881308338 (diff)
more catppuccin
-rw-r--r--.config/fish/fish_plugins2
-rw-r--r--.config/fish/functions/fish_greeting.fish3
-rw-r--r--.config/nvim/lua/getchoo/plugins.lua2
-rw-r--r--.config/starship.toml2
-rw-r--r--.config/zsh/.zsh_plugins.txt3
-rw-r--r--.config/zsh/.zshrc5
6 files changed, 12 insertions, 5 deletions
diff --git a/.config/fish/fish_plugins b/.config/fish/fish_plugins
index be95bfb..d0549d6 100644
--- a/.config/fish/fish_plugins
+++ b/.config/fish/fish_plugins
@@ -2,3 +2,5 @@ jorgebucaran/fisher
ehfive/fish-bash2env
jorgebucaran/autopair.fish
nickeb96/puffer-fish
+catppuccin/fish
+laughedelic/fish_logo
diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish
new file mode 100644
index 0000000..234e7c2
--- /dev/null
+++ b/.config/fish/functions/fish_greeting.fish
@@ -0,0 +1,3 @@
+function fish_greeting
+ fish_logo
+end
diff --git a/.config/nvim/lua/getchoo/plugins.lua b/.config/nvim/lua/getchoo/plugins.lua
index 900e1c7..3c50d54 100644
--- a/.config/nvim/lua/getchoo/plugins.lua
+++ b/.config/nvim/lua/getchoo/plugins.lua
@@ -30,7 +30,7 @@ require("packer").startup(function(use)
as = "catppuccin",
config = function()
require("catppuccin").setup({
- flavour = "frappe", -- mocha, macchiato, frappe, latte
+ flavour = "mocha", -- mocha, macchiato, frappe, latte
integrations = {
barbar = true,
gitsigns = true,
diff --git a/.config/starship.toml b/.config/starship.toml
index a0c8235..4192498 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -1,4 +1,4 @@
-format = ""
+format = """
$username\
$hostname\
$directory\
diff --git a/.config/zsh/.zsh_plugins.txt b/.config/zsh/.zsh_plugins.txt
index c1ebdef..4827f1b 100644
--- a/.config/zsh/.zsh_plugins.txt
+++ b/.config/zsh/.zsh_plugins.txt
@@ -4,4 +4,5 @@ romkatv/powerlevel10k path:powerlevel10k.zsh-theme
zsh-users/zsh-completions kind:fpath path:src
zsh-users/zsh-autosuggestions path:zsh-autosuggestions.zsh
-zdharma-continuum/fast-syntax-highlighting path:fast-syntax-highlighting.plugin.zsh
+catppuccin/zsh-syntax-highlighting path:themes/catppuccin_mocha-zsh-syntax-highlighting.zsh
+zsh-users/zsh-syntax-highlighting path:zsh-syntax-highlighting.plugin.zsh
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index fc8233d..c8344e8 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -6,7 +6,8 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
-local zdump="${XDG_CACHE_HOME}/zsh/zdump"
+local cache_path="${XDG_CACHE_HOME}/zsh"
+local zdump="${cache_path}/zdump"
local antidote_dir="${ZDOTDIR}/.antidote"
# bootstrap antidote
@@ -28,7 +29,7 @@ zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' menu 'select'
zstyle ':completion:*' squeeze-slashes 'true'
zstyle ':completion::*' use-cache 'true'
-zstyle ':completion::*' cache-path "$zdump"
+zstyle ':completion::*' cache-path "$cache_path"
# load plugins
antidote load