Created
          August 7, 2016 07:16 
        
      - 
      
- 
        Save pellaeon/9cced0eba9dc1a84c5512e781f8a453e to your computer and use it in GitHub Desktop. 
    pellaeon's cloudconfig
  
        
  
    
      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
    
  
  
    
  | #cloud-config | |
| apt_mirror: http://ubuntu.cs.nctu.edu.tw/ubuntu/ | |
| timezone: Asia/Taipei | |
| package_upgrade: true | |
| packages: | |
| - mosh | |
| - git | |
| - screen | |
| - htop | |
| - nload | |
| runcmd: | |
| - sudo -u ubuntu git clone https://github.com/pellaeon/Dotfiles /home/ubuntu/Dotfiles | |
| - sudo -u ubuntu /home/ubuntu/Dotfiles/install.bash | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment