mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
various changes for PSP emulators and tmux
This commit is contained in:
parent
fe6256a0b3
commit
6299137404
@ -15,16 +15,16 @@
|
||||
url = "https://github.com/wbthomason/packer.nvim.git"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
[".tmux/plugins/tpm"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/tmux-plugins/tpm"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
[".task"]
|
||||
type = "git-repo"
|
||||
url = "git@github.com:starr-dusT/task.git"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
["documents/zet"]
|
||||
type = "git-repo"
|
||||
url = "git@github.com:starr-dusT/zet.git"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
### OLD ###
|
||||
#[".config/xmonad/xmonad"]
|
||||
# type = "git-repo"
|
||||
|
@ -13,6 +13,13 @@ env:
|
||||
# `infocmp xterm-256color`.
|
||||
TERM: xterm-256color
|
||||
|
||||
shell:
|
||||
program: /run/current-system/sw/bin/bash
|
||||
args:
|
||||
- -l
|
||||
- -c
|
||||
- "tmux"
|
||||
|
||||
# Font configuration (changes require restart)
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
|
@ -92,3 +92,11 @@ set -g visual-activity on
|
||||
|
||||
# Allow the arrow key to be used immediately after changing windows
|
||||
set-option -g repeat-time 0
|
||||
|
||||
# Install plugin manager
|
||||
set -g @plugin 'fcsonline/tmux-thumbs'
|
||||
run-shell ~/.tmux/plugins/tmux-thumbs/tmux-thumbs.tmux
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
@ -24,6 +24,10 @@
|
||||
path = "/home/${user}/.local/share/yuzu/nand/user/save/0000000000000000/705C6CE0127692D598F92E68B640D644";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
"PSP Saves" = {
|
||||
path = "/home/${user}/.config/ppsspp/PSP/SAVEDATA";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,10 @@
|
||||
path = "/home/${user}/.local/share/yuzu/nand/user/save/0000000000000000/705C6CE0127692D598F92E68B640D644";
|
||||
devices = [ "bulwark" ];
|
||||
};
|
||||
"PSP Saves" = {
|
||||
path = "/home/${user}/.config/ppsspp/PSP/SAVEDATA";
|
||||
devices = [ "bulwark" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -19,6 +19,7 @@ in {
|
||||
pkgs.steamtinkerlaunch
|
||||
pkgs-unstable.yuzu-early-access
|
||||
pkgs.dolphin-emu
|
||||
pkgs-unstable.ppsspp
|
||||
pkgs-unstable.sunshine
|
||||
pkgs-unstable.moonlight-qt
|
||||
];
|
||||
|
@ -41,5 +41,6 @@ in {
|
||||
pkgs-unstable.taskwarrior-tui
|
||||
pkgs-unstable.timewarrior
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user