mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
remove tmuxp
This commit is contained in:
parent
f90c13ad03
commit
1ac7250542
@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# https://github.com/starr-dusT/dotfiles
|
|
||||||
|
|
||||||
tmuxp_files() {
|
|
||||||
ls ~/.config/tmuxp -1
|
|
||||||
}
|
|
||||||
|
|
||||||
selected="$(tmuxp_files | sed 's/.yml//g' | sort | fzf -e -i -m --reverse --delimiter / --with-nth -1)"
|
|
||||||
[ -z "$selected" ] && exit
|
|
||||||
echo "$selected"
|
|
||||||
tmuxp load "~/.config/tmuxp/$selected.yml" -y
|
|
@ -11,9 +11,6 @@ alias s='sway'
|
|||||||
# hyprland
|
# hyprland
|
||||||
alias h='Hyprland'
|
alias h='Hyprland'
|
||||||
|
|
||||||
# tmuxp
|
|
||||||
alias t='linux-tmuxp-launcher'
|
|
||||||
|
|
||||||
alias tw='linux-toggle-vpn'
|
alias tw='linux-toggle-vpn'
|
||||||
|
|
||||||
# chezmoi
|
# chezmoi
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
# tmuxp config for 3d modelling and printing
|
|
||||||
|
|
||||||
session_name: cad
|
|
||||||
shell_command_before:
|
|
||||||
- cmd: distrobox enter arch-box && clear
|
|
||||||
windows:
|
|
||||||
- window_name: term
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- cd
|
|
||||||
- clear
|
|
||||||
- window_name: cq
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- cd ~/cq-editor
|
|
||||||
- ./run.sh
|
|
||||||
- window_name: simp
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- /opt/Simplify3D-5.1.2/LaunchScript.sh
|
|
@ -1,9 +0,0 @@
|
|||||||
# tmuxp config for general dev
|
|
||||||
|
|
||||||
session_name: dev
|
|
||||||
windows:
|
|
||||||
- window_name: editor
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- nvim
|
|
||||||
- window_name: term
|
|
@ -1,11 +0,0 @@
|
|||||||
# tmuxp config for general dev
|
|
||||||
|
|
||||||
session_name: dot
|
|
||||||
windows:
|
|
||||||
- window_name: editor
|
|
||||||
shell_command_before:
|
|
||||||
- cd ~/.local/share/chezmoi
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- nvim
|
|
||||||
- window_name: term
|
|
@ -1,10 +0,0 @@
|
|||||||
# tmuxp config for nnn file manager
|
|
||||||
|
|
||||||
session_name: files
|
|
||||||
windows:
|
|
||||||
- window_name: files
|
|
||||||
shell_command_before:
|
|
||||||
- cd ~/
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- nnn
|
|
@ -1,17 +0,0 @@
|
|||||||
# tmuxp config for terminal scratchpad
|
|
||||||
|
|
||||||
session_name: scratch
|
|
||||||
windows:
|
|
||||||
- window_name: files
|
|
||||||
shell_command_before:
|
|
||||||
- cd ~/
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- nnn
|
|
||||||
- window_name: dots
|
|
||||||
shell_command_before:
|
|
||||||
- cd ~/.local/share/chezmoi
|
|
||||||
panes:
|
|
||||||
- shell_command:
|
|
||||||
- nvim
|
|
||||||
- window_name: term
|
|
@ -16,7 +16,6 @@ in {
|
|||||||
bash # GNU Bourne-Again SHell, a command language interpreter for Unix-like operating systems.
|
bash # GNU Bourne-Again SHell, a command language interpreter for Unix-like operating systems.
|
||||||
bash-completion # Provides programmable completion for the bash shell.
|
bash-completion # Provides programmable completion for the bash shell.
|
||||||
tmux # Terminal multiplexer, allowing multiple terminal sessions within a single window.
|
tmux # Terminal multiplexer, allowing multiple terminal sessions within a single window.
|
||||||
tmuxp # Manages tmux sessions through simple, declarative configuration files.
|
|
||||||
thefuck # Corrects errors in previous console commands.
|
thefuck # Corrects errors in previous console commands.
|
||||||
nnn # Terminal file manager with a focus on performance and ease of use.
|
nnn # Terminal file manager with a focus on performance and ease of use.
|
||||||
advcpmv # Advanced version of the Unix utilities cp and mv.
|
advcpmv # Advanced version of the Unix utilities cp and mv.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user