Skip to content

Instantly share code, notes, and snippets.

@zevolution
Created April 13, 2021 14:49
Show Gist options
  • Save zevolution/b4e40d36baf05103e9efe8845f781fc6 to your computer and use it in GitHub Desktop.
Save zevolution/b4e40d36baf05103e9efe8845f781fc6 to your computer and use it in GitHub Desktop.
Structure to open my HyperTerminal day-to-day using HyperLayout

HyperLayout

Introduce to Hyper Layout

Hyperlayout, allows us to create presets for HyperTerminal, that in my case, facilitate the initialization/provisioning at the start of my workstation.

Structure of my HyperTerminal day-to-day:

 [                                                                                                                       
   [[                                                                                                                    
     ["", ""],                                                                     
     ["", ""]                                                             
   ]],                                                                                                                   
   [[                                                                                                                    
     ["", ""],                                                                        
     ["", ""]                                                                            
   ]],                                                                                                                   
   "",                                                                                                                   
   "",                                                                                                                   
   ""                                                                                                                    
 ]

That's reproducing: Peek 2021-04-13 11-44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment