diff --git a/bashrc b/bashrc index 1c7876c..457c5fb 100644 --- a/bashrc +++ b/bashrc @@ -192,3 +192,7 @@ function vssh() { } alias sfssh='vssh -A $(sf-deploy.pl -c $(fdfind --type directory "prod|dev" $HOME/release/sf-deploy-application/application | fzf) --print_host)' + +if [[ $(gpg --card-status ) ]]; then + refresh_gpga +fi diff --git a/doom.d/configuration.org b/doom.d/configuration.org index 342fdf3..ae09e72 100644 --- a/doom.d/configuration.org +++ b/doom.d/configuration.org @@ -43,7 +43,7 @@ #'org-roam-capture--get-point "* %?" :file-name "daily/%<%Y-%m-%d>" - :head "#+title: %<%Y-%m-%d>\n\n#+roam_tags: journal\n\n"))) + :head "#+title: %<%Y-%m-%d>\n\n#+roam_tags: journal\n\n* Tasks\n** Personal [0/0]\n** Work [0/0] :work:\n"))) ; set closed time on todo close (setq org-log-done 'time) @@ -73,6 +73,7 @@ (+workspace/new) (+workspace/rename "today") (org-roam-dailies-find-today) + (save-buffer) (split-window-vertically) (other-window 1) (org-roam-dailies-find-previous-note 1) @@ -81,8 +82,18 @@ (previous-window-any-frame)) ; custom todo states (not working) (after! org -(setq org-todo-keywords - '((sequence "TODO" "[ ]" "NEXT" "DOING" "WAITING" "DONE" "PROJ" "|" "DONE" "[X]")))) + (setq org-todo-keywords + '( + (sequence "TODO(t)" "NEXT(n)" "DOING(s)" "WAITING(w)" "PROJ(p)" "|" "DONE(d)") + (sequence "[ ]" "|" "[X]") + ) + org-todo-keyword-faces + '(("[-]" . +org-todo-active) + ("DOING" . +org-todo-active) + ("WAITING" . +org-todo-onhold) + ("KILL" . +org-todo-cancel))) + +) #+END_SRC diff --git a/doom.d/custom.el b/doom.d/custom.el index 00f79d2..88e4f9b 100644 --- a/doom.d/custom.el +++ b/doom.d/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(org-agenda-files - '("~/orgroam/20210402080921-1001_albums.org" "~/orgroam/20210403104611-todo.org" "~/orgroam/20210331083546-tv.org")) + '("~/org/roam/20210331100749-twitter_custom_audiences.org" "~/orgroam/20210402080921-1001_albums.org" "~/orgroam/20210403104611-todo.org" "~/orgroam/20210331083546-tv.org")) '(xterm-mouse-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom. diff --git a/tmux.conf b/tmux.conf index 2680ec1..6b281bb 100644 --- a/tmux.conf +++ b/tmux.conf @@ -28,7 +28,7 @@ setw -g mode-keys vi setw -g monitor-activity on ## Mouse stuff -#setw -g mode-mouse on +# setw -g mode-mouse on #set-option -g mouse-select-pane on #set-option -g mouse-select-window on