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 '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-show-empty-plugins false
|
||||
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 zj="zellij"
|
||||
|
||||
# command aliases
|
||||
alias zjtelebot="zj --layout telebot.kdl -s telebot"
|
||||
alias zjgallerydl="zj --layout gallery-dl.kdl -s gallery-dl"
|
||||
ZELLIJ_HOME="~/.config/zellij"
|
||||
alias zjtelebot="zj --layout ${ZELLIJ_HOME}/telebot.kdl -s telebot"
|
||||
alias zjgallerydl="zj --layout ${ZELLIJ_HOME}/gallery-dl.kdl -s gallery-dl"
|
||||
|
||||
# paths
|
||||
export PATH=${PATH}:${HOME}/.local/bin
|
||||
@@ -87,9 +87,11 @@ k8sStart
|
||||
eval "$(tmuxifier init -)"
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
if [ $(ps ax | grep "[s]sh-agent" | wc -l) -eq 0 ] ; then
|
||||
eval $(ssh-agent -s) > /dev/null
|
||||
if [ "$(ssh-add -l)" = "The agent has no identities." ] ; then
|
||||
ssh-add ~/.ssh/id_ed25519_cloud@CloudPC > /dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
# if [ $(ps ax | grep "[s]sh-agent" | wc -l) -eq 0 ] ; then
|
||||
# eval $(ssh-agent -s) > /dev/null
|
||||
# if [ "$(ssh-add -l)" = "The agent has no identities." ] ; then
|
||||
# ssh-add ~/.ssh/id_ed25519_cloud@CloudPC > /dev/null 2>&1
|
||||
# fi
|
||||
# fi
|
||||
|
||||
# eval "$(starship init zsh)"
|
||||
|
||||
Reference in New Issue
Block a user