Tmuxinator and alias

This commit is contained in:
Jack Mechem 2026-05-23 17:27:45 -07:00
parent f1f7456273
commit 0c40918c45
Signed by: jackmechem
SSH key fingerprint: SHA256:GjIjMAC33pzYOe+hWcX5uvgnPrVFAXSrquvt84AOJbU
4 changed files with 45 additions and 0 deletions

View file

@ -37,4 +37,9 @@
EDITOR = "nvim";
};
programs.tmux.extraConfig = ''
set -g status-bg "colour1"
set -g status-fg "colour15"
'';
}

View file

@ -52,6 +52,11 @@ let
cmd = "ssh-keygen -Y sign -f ~/.ssh/sign/yk-5c-nfc/id_ed25519_sk_SSH_SIGN_YUBIKEY_5C_NFC -n file";
desc = "Sign provided file with SSH-ED25519-SK key. Takes in one argument: sign-file document.pdf)";
}
{
name = "tm-save";
cmd = "TMUXINATOR_CONFIG=. tmuxinator new";
desc = "Usage: tm-save <save-name> <session-name-to-copy>";
}
];
helpText = lib.concatMapStringsSep "\\n" (a: " ${a.name} -> ${a.desc}") aliases;

18
nixosTwo.yml Normal file
View file

@ -0,0 +1,18 @@
---
name: nixosTwo
project_root: "/home/jack/nixos"
windows:
- vim:
layout: b6d7,230x53,0,0[230x40,0,0,0,230x12,0,41{115x12,0,41,4,114x12,116,41,5}]
panes:
- cd /home/jack/nixos
- cd /home/jack/nixos
- cd /home/jack/.config/tmuxinator
- term:
layout: b95e,230x53,0,0,1
panes:
- cd /home/jack/nixos
- nixos-rebuild:
layout: b95f,230x53,0,0,2
panes:
- cd /home/jack/nixos

17
testtest.yml Normal file
View file

@ -0,0 +1,17 @@
---
name: testtest
project_root: "/home/jack/nixos"
windows:
- vim:
layout: 9980,113x53,0,0[113x33,0,0,0,113x19,0,34,4]
panes:
- cd /home/jack/nixos
- cd /home/jack/nixos
- term:
layout: b95e,230x53,0,0,1
panes:
- cd /home/jack/nixos
- nixos-rebuild:
layout: b95f,230x53,0,0,2
panes:
- cd /home/jack/nixos