diff --git a/shenanigans.sh b/shenanigans.sh index 41b088f52edefa1e7ea92af889c9489fd7bd63d7..792d7151bfa378e42bb15320f080606b60512724 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,5 +1,6 @@ # Software list. -# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet tilix fzf hx newsbeuter +# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf +# htop nvtop newsboat # Magical environment variables. @@ -35,7 +36,6 @@ alias grep='grep --color=always' alias less='less -R' alias gg='lazygit' alias server='python3 -m http.server 6969' -alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode' # Custom folder jump commands. @@ -78,7 +78,7 @@ cp /home/$USER/.smbcredentials smbcredentials cp /home/$USER/.gitconfig gitconfig cp /home/$USER/.vimrc vimrc - cp /home/$USER/.alacritty.yml alacritty.yml + cp /home/$USER/.tmux tmux cp /home/$USER/.config/helix/config.toml config.toml cp /home/$USER/.newsboat/urls urls cp /home/$USER/.newsboat/cache.db cache.db diff --git a/tmux.conf b/tmux.conf index 0213742578601d7d3d27079b1eb994db62b74dec..c888d9172339afce8d0fcbdd87cb82073fc601f0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -21,3 +21,7 @@ set -g status-fg '#ffffff' set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" set -g pane-active-border fg=#777777 set -g pane-border-style fg=#222222 + +# Other settings +set-option -sg escape-time 10 +set-option -g mouse off