tmux
tmux.conf
set-option -g default-shell /bin/zsh
set-option -g mouse on
set -g status-right "#(echo $USER)@#H %H:%M:%S"
set -g status-interval 5
set-option -g default-shell /bin/zsh
set-option -g mouse on
set -g status-right "#(echo $USER)@#H %H:%M:%S"
set -g status-interval 5
If you are using nnn
and you want to open mp3, mp4, text or audio files with command line programs then this small article will help you.
NOTE: this also works for GUI programs, but usually they include some .desktop
file in their package.
Create a …
more ...This page is a tutorial on how to install wireguard on archlinux and add a connection between two clients. Also i made a systemd timer which reconfigures the interface in case the other side is no longer pingable. This is very useful in case you have a DNS but the …
more ...I do upgrades over the CLI as i consider this to be more safe and inside a tmux …
more ...Rights prompt meaning: [Battery | Load average 5m 10m 15m | Time]
The bottom green row is from tmux (terminal multiplexer).
install zsh / (clone zsh, build and install)
sudo pacman -S zsh
clone oh-my-zsh
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install …