Skip to content

Instantly share code, notes, and snippets.

View yacut's full-sized avatar
👨‍💻
Stay safe

Roman Frey yacut

👨‍💻
Stay safe
View GitHub Profile
@jamesmacfie
jamesmacfie / README.md
Created October 22, 2019 02:53
iTerm 2 - script to change theme depending on Mac OS dark mode

How to use

In iTerm2, in the menu bar go to Scripts > Manage > New Python Script

Select Basic. Select Long-Running Daemon

Give the script a decent name (I chose auto_dark_mode.py)

Save and open the script in your editor of choice.

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