Merge branch 'main' of git.clustercockpit.org:moebiusband/dotfiles
This commit is contained in:
commit
6554d69335
@ -1,9 +0,0 @@
|
||||
{
|
||||
"extras": [
|
||||
|
||||
],
|
||||
"news": {
|
||||
"NEWS.md": "2123"
|
||||
},
|
||||
"version": 3
|
||||
}
|
@ -4,6 +4,10 @@ return {
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
opts = { contrast = "hard" },
|
||||
},
|
||||
-- kanagawa
|
||||
{
|
||||
"rebelot/kanagawa.nvim",
|
||||
},
|
||||
{{- if eq .chezmoi.os "openbsd" }}
|
||||
{
|
||||
"gbprod/nord.nvim",
|
||||
@ -21,28 +25,24 @@ return {
|
||||
vim.cmd([[colorscheme nord]])
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
opts = {},
|
||||
},
|
||||
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
|
||||
-- kanagawa
|
||||
{
|
||||
"rebelot/kanagawa.nvim",
|
||||
},
|
||||
{{- 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",
|
||||
opts = {
|
||||
colorscheme = "kanagawa",
|
||||
colorscheme = "nord",
|
||||
},
|
||||
},
|
||||
{{- end }}
|
||||
|
@ -64,6 +64,7 @@ alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
|
||||
{{- else }}
|
||||
{{ if eq .chezmoi.os "darwin" }}
|
||||
source $HOME/perl5/perlbrew/etc/bashrc
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
{{- if eq .chezmoi.arch "arm64" }}
|
||||
export PATH=/opt/homebrew/bin:$PATH
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user