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
| #!/bin/bash | |
| PATH=pwd | |
| sudo yum groupinstall "Development Tools" -y | |
| sudo amazon-linux-extras install epel -y | |
| sudo yum install epel-release | |
| sudo yum install libc-client-devel uw-imap-static openssl-devel -y | |
| sudo ln -s /usr/lib64/libc-client.a /usr/lib | |
| cd ~ |
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
| %YAML 1.2 | |
| --- | |
| # parasails.sublime-syntax | |
| # | |
| # Syntax highlight template literals as HTML in Vue components (standalone and inline). | |
| # Automatically enabled for .component.js and .page.js files. | |
| # (Designed for use with client-side JavaScript for your Vue.js, Sails.js, | |
| # or Parasails app-- but could be used anywhere-- even on the server via Node.js.) | |
| # | |
| # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |