From 75f6e9348e8695c2f7fd8b3f3151337ec627b1a3 Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 10 Oct 2022 19:27:20 +0800 Subject: [PATCH 1/4] Shell: Add .cargo/bin to paths --- .addpath | 1 + 1 file changed, 1 insertion(+) diff --git a/.addpath b/.addpath index 1f374d5..0fd7fcf 100644 --- a/.addpath +++ b/.addpath @@ -3,5 +3,6 @@ local/bin .doomemacs/bin local/src/pyenv/bin go/bin +.cargo/bin node_modules/.bin /usr/local/go/bin From bb189607889a29968c76ebfd51357e8345dbe017 Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 10 Oct 2022 19:27:39 +0800 Subject: [PATCH 2/4] Doom: Set treemacs-variable-pitch-face to nil --- .config/doom/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/doom/config.el b/.config/doom/config.el index 69eccf2..c5d9305 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -60,3 +60,4 @@ ;; Scroll margin like scrolloff in vim (setq scroll-margin 6) +(setq doom-themes-treemacs-variable-pitch-face nil) From a83d4581e0811f45e1f5dfe854228cd97007d1be Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 10 Oct 2022 19:29:44 +0800 Subject: [PATCH 3/4] README: Add sourcehut link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a07922..dcad474 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ These are the setup I have on almost all machines I work in, and because I work on many [tildes](https://tildeverse.org), I make this set of configuration as cross-platform as possible. +Repository: [SourceHut](https://sr.ht/~hedy/dotfiles) + Mirrors: [tildegit (gitea)](https://tildegit.org/hedy/dotfiles) | [GitHub](https://github.com/hedyhli/dotfiles) From b8742bbd27cc6ebb0b6d33c66e687724f84ca9dc Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 10 Oct 2022 19:30:50 +0800 Subject: [PATCH 4/4] what if we celebrate 2023 early JK --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index fe89f11..0041c81 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Hedy Li +Copyright (c) 2021-2022 hedy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.