6 Commits

Author SHA1 Message Date
wesley daf5249f76 Deleted netspeed from tmux status bar (#46) (#47)
Decided that the netspeed isn't needed on the status bar and it kind of
gets in the way so decided to remove it.

Reviewed-on: #46

Reviewed-on: #47
2026-06-06 19:11:00 -04:00
wesley 8ac875adaa Merge pull request 'Stow Tweak' (#45) from development into main
Reviewed-on: #45
2026-05-20 20:20:28 -04:00
wesley 40de6cd46e Merge pull request 'Added stow. alias' (#44) from stow-tweak into development
Reviewed-on: #44
2026-05-20 20:18:34 -04:00
wesley 11a748fac0 Added stow. alias
Added a stow. alias as a shorthand for running stow --dotfiles.
2026-05-20 20:17:25 -04:00
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 3 additions and 2 deletions
-2
View File
@@ -6,8 +6,6 @@ set -g @plugin 'janoamaral/tokyo-night-tmux'
# Tokyo Night config # Tokyo Night config
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_netspeed_iface "wlp4s0"
set -g @tokyo-night-tmux_window_id_style fsquare 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
+3
View File
@@ -20,6 +20,9 @@ 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 #############