Skip to content

Instantly share code, notes, and snippets.

View rolandjohann's full-sized avatar

Roland Johann rolandjohann

View GitHub Profile
@yacut
yacut / .tmux.conf
Last active February 27, 2018 10:32
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
# quick pane cycling
unbind ^A
bind ^A select-pane -t :.+
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
@mosquito
mosquito / README.md
Last active May 21, 2025 19:56
Add doker-compose as a systemd unit

Docker compose as a systemd unit

Create file /etc/systemd/system/[email protected]. SystemD calling binaries using an absolute path. In my case is prefixed by /usr/local/bin, you should use paths specific for your environment.

[Unit]
Description=%i service with docker compose
PartOf=docker.service
After=docker.service