This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Install brew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # Install Chrome | |
| brew cask install google-chrome | |
| # Install hyper | |
| brew cask install hyper | |
| hyper install hyperline | |
| hyper install an-old-hype | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | :root { | |
| color-scheme: dark; | |
| --primary: #bb86fc; | |
| --primary-variant: #3700b3; | |
| --on-primary: #000; | |
| --secondary: #03dac5; | |
| --secondary-variant: #d2e3fc; | |
| --on-secondary: #000; | |
| --on-secondary-variant: #018786; | |
| --surface: #121212; | 
OlderNewer