Added tmux config

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-03-20 13:49:31 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-03-20 13:49:31 +0100
Commit bbf1a1ddc318556ba9681530fe9a4bc049c606db (patch)
-rwxr-xr-x shenanigans.sh 6
-rw-r--r-- tmux.conf 4
2 files changed, 7 insertions, 3 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
1
# Software list.
1
# Software list.
2
# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet tilix fzf hx newsbeuter
2
# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf
  
3
# htop nvtop newsboat
3
  
4
  
4
# Magical environment variables.
5
# Magical environment variables.
5
  
6
  
...
35
alias less='less -R'
36
alias less='less -R'
36
alias gg='lazygit'
37
alias gg='lazygit'
37
alias server='python3 -m http.server 6969'
38
alias server='python3 -m http.server 6969'
38
alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode'
  
39
  
39
  
40
# Custom folder jump commands.
40
# Custom folder jump commands.
41
  
41
  
...
78
	cp /home/$USER/.gitconfig gitconfig
78
	cp /home/$USER/.gitconfig gitconfig
79
  
79
  
80
	cp /home/$USER/.vimrc vimrc
80
	cp /home/$USER/.vimrc vimrc
81
	cp /home/$USER/.alacritty.yml alacritty.yml
81
	cp /home/$USER/.tmux tmux
82
	cp /home/$USER/.config/helix/config.toml config.toml
82
	cp /home/$USER/.config/helix/config.toml config.toml
83
	cp /home/$USER/.newsboat/urls urls
83
	cp /home/$USER/.newsboat/urls urls
84
	cp /home/$USER/.newsboat/cache.db cache.db
84
	cp /home/$USER/.newsboat/cache.db cache.db
...
diff --git a/tmux.conf b/tmux.conf
...
21
set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
21
set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
22
set -g pane-active-border fg=#777777
22
set -g pane-active-border fg=#777777
23
set -g pane-border-style fg=#222222
23
set -g pane-border-style fg=#222222
  
24
  
  
25
# Other settings
  
26
set-option -sg escape-time 10
  
27
set-option -g mouse off