Devboot update: 23-11-20-12-57-48
This commit is contained in:
@@ -37,7 +37,9 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'b0o/tmux-autoreload'
|
set -g @plugin 'b0o/tmux-autoreload'
|
||||||
|
|
||||||
set -g @plugin 'dracula/tmux'
|
# set -g @plugin 'dracula/tmux'
|
||||||
|
set -g @plugin 'catppuccin/tmux'
|
||||||
|
set -g @catppuccin_flavour 'macchiato'
|
||||||
set -g @dracula-plugins "cpu-usage tmux-ram-usage network-bandwidth continuum"
|
set -g @dracula-plugins "cpu-usage tmux-ram-usage network-bandwidth continuum"
|
||||||
set -g @dracula-show-empty-plugins false
|
set -g @dracula-show-empty-plugins false
|
||||||
set -g @dracula-show-powerline true
|
set -g @dracula-show-powerline true
|
||||||
|
|||||||
8
dot-conf/.tmuxifier/layouts/scrcpy.session.sh
Normal file
8
dot-conf/.tmuxifier/layouts/scrcpy.session.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
session_root "~/repos/personal-devboot/scripts/shell"
|
||||||
|
|
||||||
|
if initialize_session "telebot"; then
|
||||||
|
new_window "scrcpy"
|
||||||
|
run_cmd "./scrcpy.sh"
|
||||||
|
fi
|
||||||
|
|
||||||
|
finalize_and_go_to_session
|
||||||
@@ -54,9 +54,9 @@ alias gck="git checkout"
|
|||||||
alias gc="git commit"
|
alias gc="git commit"
|
||||||
alias zj="zellij"
|
alias zj="zellij"
|
||||||
|
|
||||||
# command aliases
|
ZELLIJ_HOME="~/.config/zellij"
|
||||||
alias zjtelebot="zj --layout telebot.kdl -s telebot"
|
alias zjtelebot="zj --layout ${ZELLIJ_HOME}/telebot.kdl -s telebot"
|
||||||
alias zjgallerydl="zj --layout gallery-dl.kdl -s gallery-dl"
|
alias zjgallerydl="zj --layout ${ZELLIJ_HOME}/gallery-dl.kdl -s gallery-dl"
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
export PATH=${PATH}:${HOME}/.local/bin
|
export PATH=${PATH}:${HOME}/.local/bin
|
||||||
@@ -87,9 +87,11 @@ k8sStart
|
|||||||
eval "$(tmuxifier init -)"
|
eval "$(tmuxifier init -)"
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
if [ $(ps ax | grep "[s]sh-agent" | wc -l) -eq 0 ] ; then
|
# if [ $(ps ax | grep "[s]sh-agent" | wc -l) -eq 0 ] ; then
|
||||||
eval $(ssh-agent -s) > /dev/null
|
# eval $(ssh-agent -s) > /dev/null
|
||||||
if [ "$(ssh-add -l)" = "The agent has no identities." ] ; then
|
# if [ "$(ssh-add -l)" = "The agent has no identities." ] ; then
|
||||||
ssh-add ~/.ssh/id_ed25519_cloud@CloudPC > /dev/null 2>&1
|
# ssh-add ~/.ssh/id_ed25519_cloud@CloudPC > /dev/null 2>&1
|
||||||
fi
|
# fi
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
|
# eval "$(starship init zsh)"
|
||||||
|
|||||||
3
scripts/shell/scrcpy-wifi.sh
Executable file
3
scripts/shell/scrcpy-wifi.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
# ADB_PATH="/mnt/c/Users/cloud/AppData/Roaming/NexusTools/adb.exe"
|
||||||
|
# ADB=$ADB_PATH scrcpy --turn-screen-off --stay-awake --power-off-on-close
|
||||||
|
scrcpy --turn-screen-off --stay-awake --power-off-on-close
|
||||||
@@ -1 +1,2 @@
|
|||||||
scrcpy --turn-screen-off --stay-awake --power-off-on-close
|
ADB_PATH="/mnt/e/Programs/scrcpy-win64-v2.2"
|
||||||
|
$ADB_PATH/scrcpy.exe --turn-screen-off --stay-awake --power-off-on-close
|
||||||
|
|||||||
Reference in New Issue
Block a user