1 Commits

Author SHA1 Message Date
wesley 585ba4789e Merge branch 'main' into release/v1.3 2026-05-18 18:56:57 -04:00
3 changed files with 1 additions and 25 deletions
@@ -1,21 +0,0 @@
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 fsquare set -g @tokyo-night-tmux_window_id_style dsquare
# 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
-3
View File
@@ -20,9 +20,6 @@ alias cd="z"
# Alias vim to nvim # Alias vim to nvim
alias vim="nvim" alias vim="nvim"
# Alias for stow --dotfiles
alias stow.="stow --dotfiles"
############### END ALIASES ############### ############### END ALIASES ###############
############### BEGIN EXPORTS ############# ############### BEGIN EXPORTS #############