|
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 |