1
0
Fork 0

[meta] Adapt dotfiles-public for new pierogi host

main
Sebastian Schulze 2021-01-11 16:17:41 +01:00
parent 6b1a085421
commit d281a08522
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 6 additions and 4 deletions

View File

@ -17,3 +17,5 @@ gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
gtk-modules=canberra-gtk-module:pk-gtk-module
gtk-button-images=0
gtk-menu-images=0

View File

@ -56,7 +56,7 @@ This function should only modify configuration layer settings."
syntax-checking
version-control
multiple-cursors
{{- if or (eq .chezmoi.hostname "kandalingo") (eq .chezmoi.hostname "himbeerkompott") }}
{{- if or (eq .chezmoi.hostname "pierogi") (eq .chezmoi.hostname "kandalingo") (eq .chezmoi.hostname "himbeerkompott") }}
(mu4e :variables mu4e-enable-async-operations nil)
finance
{{- else if (eq .chezmoi.hostname "apfelstrudel")}}
@ -126,7 +126,7 @@ This function should only modify configuration layer settings."
magit-todos
beginend
forge
{{- if or (eq .chezmoi.hostname "kandalingo") (eq .chezmoi.hostname "himbeerkompott")}}
{{- if or (eq .chezmoi.hostname "pierogi") (eq .chezmoi.hostname "kandalingo") (eq .chezmoi.hostname "himbeerkompott")}}
hledger-mode
org-super-agenda
org-journal
@ -628,7 +628,7 @@ before packages are loaded."
(load-file "~/.spacemacs.d/private/forge-config.el")
{{- if or (eq .chezmoi.hostname "kandalingo") (eq .chezmoi.hostname "himbeerkompott") (eq .chezmoi.hostname "apfelstrudel")}}
{{- if or (eq .chezmoi.hostname "pierogi") (eq .chezmoi.hostname "kandalingo") (eq .chezmoi.hostname "himbeerkompott") (eq .chezmoi.hostname "apfelstrudel")}}
(with-eval-after-load 'org
(progn
(load-file "~/.spacemacs.d/private/mail-config.el")

View File

@ -38,7 +38,7 @@ export DISABLE_AUTO_UPDATE="true"
source $ZSH/oh-my-zsh.sh
source $ZSH_CUSTOM/plugins/fzf-marks/fzf-marks.plugin.zsh
{{- if eq .chezmoi.hostname "apfelstrudel" }}
{{- if or (eq .chezmoi.hostname "pierogi") (eq .chezmoi.hostname "apfelstrudel") }}
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
gpg-connect-agent updatestartuptty /bye &> /dev/null