Skip to content

Commit

Permalink
🔧 tmu: add britecore
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Dec 14, 2024
1 parent d743e1c commit bed2583
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"
BC = "britecore"
CH = "cheyenne"

def main()
Expand Down Expand Up @@ -68,6 +69,10 @@ def init()
selectPane(LG, 1, 0)
selectWindow(LG, 0)

newSession(BC)
renameWindow(BC, 0, "britecore")
sendCommand(BC, 0, 0, "clear; echo ""; cd $WORKSPACE_DIR/../Workspace_BC/BriteCore; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'BRITECORE' | lolcat")

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")
Expand Down

0 comments on commit bed2583

Please sign in to comment.