Skip to content

Instantly share code, notes, and snippets.

@StevenHugo
StevenHugo / tmux.conf
Created December 24, 2019 07:55 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
#!/usr/bin/env bash
USER_NAME=`whoami`
if ! command -v nix-env >/dev/null 2>&1; then
/usr/bin/sudo mkdir -m 755 /nix; echo 'use-sqlite-wal = false' | /usr/bin/sudo tee -a /nix/nix.conf
curl -o install-nix https://nixos.org/nix/install
if command -v gpg >/dev/null 2>&1; then
curl -o install-nix.sig https://nixos.org/nix/install.sig
gpg --recv-keys B541D55301270E0BCF15CA5D8170B4726D7198DE