diff --git a/TODO.md b/TODO.md index 4a85eda..3cd5730 100644 --- a/TODO.md +++ b/TODO.md @@ -17,3 +17,5 @@ - [ ] Need to confirm bootstrap does things properly with git submodules. - [ ] Need to ensure ssh keys are setup before private submodules are loaded / installed, so I need to make sure that Yubikey setup runs early and works for ssh authentication. +- [ ] Need to add the following system packages for neovim/render-markdown.nvim + - [ ] `libtexprintf` diff --git a/env/.tmux.conf b/env/.tmux.conf index 8d11379..32a527f 100755 --- a/env/.tmux.conf +++ b/env/.tmux.conf @@ -120,7 +120,6 @@ set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_blue}]  #{=/-32/...:#{s|$USER set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_overlay_0},none]#{?window_zoomed_flag,│,}" set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_yellow}]#{?window_zoomed_flag,  zoom ,}" - # bootstrap tpm if "test ! -d ~/.tmux/plugins/tpm" \ "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"