From 4c590524ab6c7ebdc97f4ba736a87a17cfed8544 Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Tue, 21 Nov 2023 19:06:01 -0600 Subject: [PATCH] Switch to ion shell --- ionrc | 1 + stowfile | 3 +++ tmux/tmux.conf | 7 ++++--- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 ionrc diff --git a/ionrc b/ionrc new file mode 100644 index 0000000..4a55ffc --- /dev/null +++ b/ionrc @@ -0,0 +1 @@ +eval $(starship init ion) \ No newline at end of file diff --git a/stowfile b/stowfile index 8af04d1..240e5be 100644 --- a/stowfile +++ b/stowfile @@ -29,6 +29,9 @@ stow: - src: iamb.json links: - "${confhome}/iamb/config.json" + - src: ionrc + links: + - "${confhome}/ion/initrc" - src: mutt links: - "${confhome}/mutt" diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 14c2868..73add04 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -4,8 +4,8 @@ set-option -sa terminal-overrides ",xterm*:Tc" # Enable mouse set -g mouse on -# Nushell! -set -g default-shell /home/skylar/.cargo/bin/nu +# Set shell +set -g default-shell /home/skylar/.cargo/bin/ion # Number windows from 1 set -g base-index 1 @@ -25,7 +25,8 @@ bind C-Space send-prefix set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'catppuccin/tmux' -set -g @plugin '27medkamal/tmux-session-wizard' + +set -g @plugin 'sainnhe/tmux-fzf' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'idevtier/tmux-cargo'