diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index d43f754..58b9591 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -10,7 +10,7 @@ ;; change `org-directory'. It must be set before org loads! (setq org-directory "~/org/") -(load! ".local" doom-private-dir t) +(load! ".local" doom-user-dir t) (load! "+ui") ; theme, font, and appearance tweaks (load! "+projects") ; project-related diff --git a/git/.config/git/config b/git/.config/git/config index 56b3fcd..34e6ba9 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -31,7 +31,6 @@ [commit] gpgsign = true - verbose = true [fetch] prune = true diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index a774832..2eeae3b 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -1,5 +1,3 @@ -set nocompatible - set showmatch " show matching set ignorecase " case insensitive set mouse=v " middle-click paste diff --git a/user.nix b/user.nix index 6c4db95..6e91523 100644 --- a/user.nix +++ b/user.nix @@ -1,6 +1,7 @@ with import {}; [ ghq hugo + lychee onefetch nodejs nix diff --git a/zsh/.zshrc b/zsh/.zshrc index ffb67d9..3595485 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -102,7 +102,7 @@ pash() { esac } -# GPG: invalidate acahe +# GPG: invalidate cache gpgyeet() { echo RELOADAGENT | gpg-connect-agent unset GPG_TTY