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",
|
"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 }}
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user