Some updates

This commit is contained in:
2026-06-02 11:11:01 +02:00
parent 8322ef1997
commit 84c961cb75
4 changed files with 58 additions and 54 deletions

View File

@@ -3,6 +3,7 @@ size = 12.0
[font.bold] [font.bold]
family = "UbuntuMono Nerd Font Mono" family = "UbuntuMono Nerd Font Mono"
#family = "DejaVu Sans Mono"
style = "Bold" style = "Bold"
[font.bold_italic] [font.bold_italic]

View File

@@ -130,3 +130,6 @@ function colortest-truecolors
end end
echo "" echo ""
end end
# opencode
fish_add_path /home/atuleu/.opencode/bin

View File

@@ -31,3 +31,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR fish_user_paths:/home/atuleu/\x2eopencode/bin

107
.emacs
View File

@@ -5,60 +5,51 @@
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(c-basic-offset 4) '(c-basic-offset 4)
'(compilation-scroll-output 'first-error) '(compilation-scroll-output 'first-error)
'(custom-safe-themes '(custom-safe-themes
'("162201cf5b5899938cfaec99c8cb35a2f1bf0775fc9ccbf5e63130a1ea217213" '("162201cf5b5899938cfaec99c8cb35a2f1bf0775fc9ccbf5e63130a1ea217213" "e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "6622bb651e72d8ebd66454bd86db6c3990324243ff4325c1b6df252aba63b13e" "2f8eadc12bf60b581674a41ddc319a40ed373dd4a7c577933acaff15d2bf7cc6" "f458b92de1f6cf0bdda6bce23433877e94816c3364b821eb4ea9852112f5d7dc" "016f665c0dd5f76f8404124482a0b13a573d17e92ff4eb36a66b409f4d1da410" "13096a9a6e75c7330c1bc500f30a8f4407bd618431c94aeab55c9855731a95e1" "8b148cf8154d34917dfc794b5d0fe65f21e9155977a36a5985f89c09a9669aa0" "bf948e3f55a8cd1f420373410911d0a50be5a04a8886cabe8d8e471ad8fdba8e" "680f62b751481cc5b5b44aeab824e5683cf13792c006aeba1c25ce2d89826426" "631c52620e2953e744f2b56d102eae503017047fb43d65ce028e88ef5846ea3b" default))
"e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" '(display-time-24hr-format t)
"6622bb651e72d8ebd66454bd86db6c3990324243ff4325c1b6df252aba63b13e" '(display-time-default-load-average nil)
"2f8eadc12bf60b581674a41ddc319a40ed373dd4a7c577933acaff15d2bf7cc6" '(doom-modeline-github t)
"f458b92de1f6cf0bdda6bce23433877e94816c3364b821eb4ea9852112f5d7dc" '(doom-modeline-indent-info t)
"016f665c0dd5f76f8404124482a0b13a573d17e92ff4eb36a66b409f4d1da410" '(doom-modeline-minor-modes t)
"13096a9a6e75c7330c1bc500f30a8f4407bd618431c94aeab55c9855731a95e1" '(doom-modeline-total-line-number t)
"8b148cf8154d34917dfc794b5d0fe65f21e9155977a36a5985f89c09a9669aa0" '(fill-column 80)
"bf948e3f55a8cd1f420373410911d0a50be5a04a8886cabe8d8e471ad8fdba8e" '(global-auto-revert-mode t)
"680f62b751481cc5b5b44aeab824e5683cf13792c006aeba1c25ce2d89826426" '(global-display-line-numbers-mode t)
"631c52620e2953e744f2b56d102eae503017047fb43d65ce028e88ef5846ea3b" '(global-subword-mode t)
default)) '(gofmt-command "goimports")
'(display-time-24hr-format t) '(inhibit-startup-screen t)
'(display-time-default-load-average nil) '(lisp-body-indent 4)
'(doom-modeline-github t) '(lisp-indent-offset 4)
'(doom-modeline-indent-info t) '(lisp-lambda-list-keyword-alignment t)
'(doom-modeline-minor-modes t) '(lisp-lambda-list-keyword-parameter-alignment t)
'(doom-modeline-total-line-number t) '(lisp-lambda-list-keyword-parameter-indentation 4)
'(fill-column 80) '(lisp-loop-forms-indentation 4)
'(global-auto-revert-mode t) '(lisp-loop-keyword-indentation 4)
'(global-display-line-numbers-mode t) '(lisp-simple-loop-indentation 4)
'(global-subword-mode t) '(lisp-tag-body-indentation 4)
'(gofmt-command "goimports") '(lisp-tag-indentation 4)
'(inhibit-startup-screen t) '(lsp-copilot-enabled t)
'(lisp-body-indent 4) '(lsp-inline-completion-idle-delay 99999999)
'(lisp-indent-offset 4) '(org-agenda-files '("~/org/1.TODO.org"))
'(lisp-lambda-list-keyword-alignment t) '(package-enable-at-startup nil)
'(lisp-lambda-list-keyword-parameter-alignment t) '(package-selected-packages
'(lisp-lambda-list-keyword-parameter-indentation 4) '(spice-mode yasnippet-snippets yaml-mode xterm-color which-key wgrep web-mode vterm vertico treemacs-projectile treemacs-nerd-icons system-packages string-inflection spdx quelpa-use-package pyvenv py-isort protobuf-mode prettier polymode orderless opencl-c-mode ng2-mode multiple-cursors marginalia magit lsp-ui lsp-treemacs lsp-pyright lsp-ltex json-mode go-mode glsl-mode flycheck embark-consult doom-themes doom-modeline dockerfile-mode delight company code-cells cmake-mode clang-format+ blacken aggressive-indent))
'(lisp-loop-forms-indentation 4) '(safe-local-variable-values
'(lisp-loop-keyword-indentation 4) '((vc-follow-symlinks . t)
'(lisp-simple-loop-indentation 4) (TeX-master . t)
'(lisp-tag-body-indentation 4) (TeX-parse-self . t)))
'(lisp-tag-indentation 4) '(system-packages-noconfirm t)
'(lsp-copilot-enabled t) '(tab-width 4)
'(lsp-inline-completion-idle-delay 99999999) '(warning-suppress-log-types '((comp)))
'(org-agenda-files '("~/org/1.TODO.org")) '(whitespace-style
'(package-enable-at-startup nil) '(face trailing tabs lines-tail newline space-before-tab::tab space-before-tab::space space-before-tab tab-mark)))
'(package-selected-packages nil)
'(safe-local-variable-values
'((vc-follow-symlinks . t) (TeX-master . t) (TeX-parse-self . t)))
'(system-packages-noconfirm t)
'(tab-width 4)
'(warning-suppress-log-types '((comp)))
'(whitespace-style
'(face trailing tabs lines-tail newline space-before-tab::tab
space-before-tab::space space-before-tab tab-mark)))
(if (display-graphic-p) (if (display-graphic-p)
(if (fboundp 'tool-bar-mode) (if (fboundp 'tool-bar-mode)
@@ -313,6 +304,8 @@
:hook :hook
(embark-collect-mode . consult-preview-at-point-mode)) (embark-collect-mode . consult-preview-at-point-mode))
(use-package wgrep)
(use-package doom-modeline (use-package doom-modeline
:init :init
(doom-modeline-mode 1) (doom-modeline-mode 1)
@@ -1031,6 +1024,12 @@
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
;; Local Variables: ;; Local Variables:
;; vc-follow-symlinks: t ;; vc-follow-symlinks: t
;; End: ;; End: