Skip to content

Commit

Permalink
🔧 tmu: add cheyenne session
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Jan 7, 2024
1 parent cdd2048 commit e652259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/bin/tmu
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ YAY = "yay"
GENERAL = "general"
DOTFILES = "dotfiles"
LG = "lillegroup"
CH = "cheyenne"

def main()
options = {}
Expand Down Expand Up @@ -66,6 +67,10 @@ def init()
sendCommand(LG, 1, 1, "clear; echo ""; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'ehr.dev' | lolcat")
selectPane(LG, 1, 0)
selectWindow(LG, 0)

newSession(CH)
renameWindow(CH, 0, "cheyenne")
sendCommand(CH, 0, 0, "clear; echo ""; cd $WORKSPACE_DIR/../Workspace_CH; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'CHEYENNE' | lolcat")
end

def killTmux()
Expand Down

0 comments on commit e652259

Please sign in to comment.