diff --git a/fish/install.sh b/fish/fish.sh similarity index 100% rename from fish/install.sh rename to fish/fish.sh diff --git a/git/install.sh b/git/git.sh similarity index 100% rename from git/install.sh rename to git/git.sh diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 9f0d376..01dfe14 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -244,9 +244,9 @@ main() "$DOT/homebrew/brew.sh" - "$DOT/git/install.sh" + "$DOT/git/git.sh" - "$DOT/fish/install.sh" + "$DOT/fish/fish.sh" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tmux/.tmux.conf.hardlink b/tmux/.tmux.conf.hardlink index b6090e7..fd47739 100644 --- a/tmux/.tmux.conf.hardlink +++ b/tmux/.tmux.conf.hardlink @@ -9,10 +9,10 @@ set -g @plugin 'Morantron/tmux-fingers' # catppuccin set -g @catppuccin_flavour 'mocha' -set -g @catppuccin_window_left_separator "" -set -g @catppuccin_window_right_separator " " -set -g @catppuccin_window_middle_separator " █" -set -g @catppuccin_window_number_position "right" +set -g @catppuccin_window_left_separator " " +set -g @catppuccin_window_right_separator "" +set -g @catppuccin_window_middle_separator "█ " +set -g @catppuccin_window_number_position "left" set -g @catppuccin_window_default_fill "number" set -g @catppuccin_window_default_text "#W" @@ -20,7 +20,8 @@ set -g @catppuccin_window_default_text "#W" set -g @catppuccin_window_current_fill "number" set -g @catppuccin_window_current_text "#W" -set -g @catppuccin_status_modules_right "directory user host session" +set -g @catppuccin_status_modules_left "directory" +set -g @catppuccin_status_modules_right "user host session date_time" set -g @catppuccin_status_left_separator " " set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_right_separator_inverse "no" @@ -28,6 +29,7 @@ set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_connect_separator "no" set -g @catppuccin_directory_text "#{pane_current_path}" +set -g @catppuccin_date_time_text "%b %d • %I:%M %p" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -