Merge branch 'main' of git.clustercockpit.org:moebiusband/dotfiles

This commit is contained in:
Jan Eitzinger 2024-04-04 21:27:56 +02:00
commit 6554d69335
3 changed files with 18 additions and 26 deletions

View File

@ -1,9 +0,0 @@
{
"extras": [
],
"news": {
"NEWS.md": "2123"
},
"version": 3
}

View File

@ -4,6 +4,10 @@ return {
"ellisonleao/gruvbox.nvim", "ellisonleao/gruvbox.nvim",
opts = { contrast = "hard" }, opts = { contrast = "hard" },
}, },
-- kanagawa
{
"rebelot/kanagawa.nvim",
},
{{- if eq .chezmoi.os "openbsd" }} {{- if eq .chezmoi.os "openbsd" }}
{ {
"gbprod/nord.nvim", "gbprod/nord.nvim",
@ -21,28 +25,24 @@ return {
vim.cmd([[colorscheme nord]]) vim.cmd([[colorscheme nord]])
end, end,
}, },
{
"folke/tokyonight.nvim",
opts = {},
},
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
-- kanagawa
{
"rebelot/kanagawa.nvim",
},
{{- else }} {{- else }}
-- kanagawa
{ {
"rebelot/kanagawa.nvim", "gbprod/nord.nvim",
lazy = false,
priority = 1000,
opts = {
styles = {
comments = { italic = true },
keywords = { bold = true },
functions = { bold = true },
variables = {},
},
},
}, },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "kanagawa", colorscheme = "nord",
}, },
}, },
{{- end }} {{- end }}

View File

@ -64,6 +64,7 @@ alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
{{- else }} {{- else }}
{{ if eq .chezmoi.os "darwin" }} {{ if eq .chezmoi.os "darwin" }}
source $HOME/perl5/perlbrew/etc/bashrc source $HOME/perl5/perlbrew/etc/bashrc
export XDG_CONFIG_HOME="$HOME/.config"
{{- if eq .chezmoi.arch "arm64" }} {{- if eq .chezmoi.arch "arm64" }}
export PATH=/opt/homebrew/bin:$PATH export PATH=/opt/homebrew/bin:$PATH
{{- end }} {{- end }}