Compare commits
3 commits
ec682c6fe8
...
d1805654f7
Author | SHA1 | Date | |
---|---|---|---|
d1805654f7 | |||
201c8dacaa | |||
0ac07880c0 |
2 changed files with 9 additions and 2 deletions
|
@ -19,7 +19,14 @@
|
|||
};
|
||||
neovim.enable = true;
|
||||
starship.enable = true;
|
||||
tmux.enable = true;
|
||||
tmux = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
bind -n M-F9 run 'create-tmux-session -n quipu -r quipuapp "run:nvim ." repo:quipu-infrastructure neww:quipu-infra p:sellsy hsplit:50 run:k9s repo:charts neww:charts'
|
||||
bind -n M-F8 run 'create-tmux-session -n verifactu -r verifactu "run:nvim ." repo:verifactu-infrastructure neww:verifactu-infra repo:sellsy hsplit:50 run:k9s repo:charts neww:charts'
|
||||
'';
|
||||
};
|
||||
|
||||
utils.enable = true;
|
||||
vifm.enable = true;
|
||||
zellij.enable = true;
|
||||
|
|
|
@ -122,7 +122,7 @@ is_running_in_tmux() {
|
|||
|
||||
check_available_commands() {
|
||||
# Check commands dependencies
|
||||
for c in fzf ghq terraform; do
|
||||
for c in fzf ghq; do
|
||||
check_command "$c"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue