Skip to content

Instantly share code, notes, and snippets.

@pellaeon
Created August 7, 2016 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pellaeon/9cced0eba9dc1a84c5512e781f8a453e to your computer and use it in GitHub Desktop.
Save pellaeon/9cced0eba9dc1a84c5512e781f8a453e to your computer and use it in GitHub Desktop.
pellaeon's cloudconfig
#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