aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshenanigans.sh6
-rw-r--r--tmux.conf4
2 files changed, 7 insertions, 3 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 41b088f..792d715 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -1,5 +1,6 @@
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,7 +36,6 @@ alias grep='grep --color=always'
35alias less='less -R' 36alias less='less -R'
36alias gg='lazygit' 37alias gg='lazygit'
37alias server='python3 -m http.server 6969' 38alias server='python3 -m http.server 6969'
38alias 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,7 +78,7 @@ backup() {
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
index 0213742..c888d91 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -21,3 +21,7 @@ set -g status-fg '#ffffff'
21set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" 21set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
22set -g pane-active-border fg=#777777 22set -g pane-active-border fg=#777777
23set -g pane-border-style fg=#222222 23set -g pane-border-style fg=#222222
24
25# Other settings
26set-option -sg escape-time 10
27set-option -g mouse off