2 Commits

Author SHA1 Message Date
wesley 052f7e9012 Change theme for readability. (#43)
Reviewed-on: #43
2026-05-20 20:11:10 -04:00
wesley c6dc487eac Release v1.3.1 (#41)
Adding neorg to the config, and also cleaned up the tmux package for stow as well to only do the tmux.conf file

Reviewed-on: #41
2026-05-18 20:45:24 -04:00
2 changed files with 22 additions and 1 deletions
@@ -0,0 +1,21 @@
return {
"nvim-neorg/neorg",
lazy = false,
version = "*",
config = function()
require("neorg").setup({
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
default_workspace = "notes",
},
},
},
})
end,
}
+1 -1
View File
@@ -8,7 +8,7 @@ set -g @plugin 'janoamaral/tokyo-night-tmux'
set -g @tokyo-night-tmux_theme 'storm' set -g @tokyo-night-tmux_theme 'storm'
set -g @tokyo-night-tmux_show_netspeed 1 set -g @tokyo-night-tmux_show_netspeed 1
set -g @tokyo-night-tmux_netspeed_iface "wlp4s0" set -g @tokyo-night-tmux_netspeed_iface "wlp4s0"
set -g @tokyo-night-tmux_window_id_style dsquare set -g @tokyo-night-tmux_window_id_style fsquare
# Set mouse on so that we can scroll with the mouse # Set mouse on so that we can scroll with the mouse
set -g mouse on set -g mouse on