diff --git a/.config/alacritty.toml b/.config/alacritty.toml index 6e9812f..1b41026 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -3,6 +3,7 @@ size = 12.0 [font.bold] family = "UbuntuMono Nerd Font Mono" +#family = "DejaVu Sans Mono" style = "Bold" [font.bold_italic] diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 6bd1a00..aa9ce74 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -130,3 +130,6 @@ function colortest-truecolors end echo "" end + +# opencode +fish_add_path /home/atuleu/.opencode/bin diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index d097c28..4e65176 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -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_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr +SETUVAR fish_user_paths:/home/atuleu/\x2eopencode/bin diff --git a/.emacs b/.emacs index 0b265d6..b64f90e 100644 --- a/.emacs +++ b/.emacs @@ -5,60 +5,51 @@ (custom-set-variables - ;; custom-set-variables 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. - '(c-basic-offset 4) - '(compilation-scroll-output 'first-error) - '(custom-safe-themes - '("162201cf5b5899938cfaec99c8cb35a2f1bf0775fc9ccbf5e63130a1ea217213" - "e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" - "6622bb651e72d8ebd66454bd86db6c3990324243ff4325c1b6df252aba63b13e" - "2f8eadc12bf60b581674a41ddc319a40ed373dd4a7c577933acaff15d2bf7cc6" - "f458b92de1f6cf0bdda6bce23433877e94816c3364b821eb4ea9852112f5d7dc" - "016f665c0dd5f76f8404124482a0b13a573d17e92ff4eb36a66b409f4d1da410" - "13096a9a6e75c7330c1bc500f30a8f4407bd618431c94aeab55c9855731a95e1" - "8b148cf8154d34917dfc794b5d0fe65f21e9155977a36a5985f89c09a9669aa0" - "bf948e3f55a8cd1f420373410911d0a50be5a04a8886cabe8d8e471ad8fdba8e" - "680f62b751481cc5b5b44aeab824e5683cf13792c006aeba1c25ce2d89826426" - "631c52620e2953e744f2b56d102eae503017047fb43d65ce028e88ef5846ea3b" - default)) - '(display-time-24hr-format t) - '(display-time-default-load-average nil) - '(doom-modeline-github t) - '(doom-modeline-indent-info t) - '(doom-modeline-minor-modes t) - '(doom-modeline-total-line-number t) - '(fill-column 80) - '(global-auto-revert-mode t) - '(global-display-line-numbers-mode t) - '(global-subword-mode t) - '(gofmt-command "goimports") - '(inhibit-startup-screen t) - '(lisp-body-indent 4) - '(lisp-indent-offset 4) - '(lisp-lambda-list-keyword-alignment t) - '(lisp-lambda-list-keyword-parameter-alignment t) - '(lisp-lambda-list-keyword-parameter-indentation 4) - '(lisp-loop-forms-indentation 4) - '(lisp-loop-keyword-indentation 4) - '(lisp-simple-loop-indentation 4) - '(lisp-tag-body-indentation 4) - '(lisp-tag-indentation 4) - '(lsp-copilot-enabled t) - '(lsp-inline-completion-idle-delay 99999999) - '(org-agenda-files '("~/org/1.TODO.org")) - '(package-enable-at-startup nil) - '(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))) + ;; custom-set-variables 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. + '(c-basic-offset 4) + '(compilation-scroll-output 'first-error) + '(custom-safe-themes + '("162201cf5b5899938cfaec99c8cb35a2f1bf0775fc9ccbf5e63130a1ea217213" "e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "6622bb651e72d8ebd66454bd86db6c3990324243ff4325c1b6df252aba63b13e" "2f8eadc12bf60b581674a41ddc319a40ed373dd4a7c577933acaff15d2bf7cc6" "f458b92de1f6cf0bdda6bce23433877e94816c3364b821eb4ea9852112f5d7dc" "016f665c0dd5f76f8404124482a0b13a573d17e92ff4eb36a66b409f4d1da410" "13096a9a6e75c7330c1bc500f30a8f4407bd618431c94aeab55c9855731a95e1" "8b148cf8154d34917dfc794b5d0fe65f21e9155977a36a5985f89c09a9669aa0" "bf948e3f55a8cd1f420373410911d0a50be5a04a8886cabe8d8e471ad8fdba8e" "680f62b751481cc5b5b44aeab824e5683cf13792c006aeba1c25ce2d89826426" "631c52620e2953e744f2b56d102eae503017047fb43d65ce028e88ef5846ea3b" default)) + '(display-time-24hr-format t) + '(display-time-default-load-average nil) + '(doom-modeline-github t) + '(doom-modeline-indent-info t) + '(doom-modeline-minor-modes t) + '(doom-modeline-total-line-number t) + '(fill-column 80) + '(global-auto-revert-mode t) + '(global-display-line-numbers-mode t) + '(global-subword-mode t) + '(gofmt-command "goimports") + '(inhibit-startup-screen t) + '(lisp-body-indent 4) + '(lisp-indent-offset 4) + '(lisp-lambda-list-keyword-alignment t) + '(lisp-lambda-list-keyword-parameter-alignment t) + '(lisp-lambda-list-keyword-parameter-indentation 4) + '(lisp-loop-forms-indentation 4) + '(lisp-loop-keyword-indentation 4) + '(lisp-simple-loop-indentation 4) + '(lisp-tag-body-indentation 4) + '(lisp-tag-indentation 4) + '(lsp-copilot-enabled t) + '(lsp-inline-completion-idle-delay 99999999) + '(org-agenda-files '("~/org/1.TODO.org")) + '(package-enable-at-startup nil) + '(package-selected-packages + '(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)) + '(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 (fboundp 'tool-bar-mode) @@ -313,6 +304,8 @@ :hook (embark-collect-mode . consult-preview-at-point-mode)) +(use-package wgrep) + (use-package doom-modeline :init (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: ;; vc-follow-symlinks: t ;; End: