Loading .aws/config +4 −0 Original line number Diff line number Diff line [profile shore] region = us-east-1 [profile smile] region = us-east-1 # For aws-vault [profile smile-security] Documents/Smile/.envrc +2 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,5 @@ export GIT_AUTHOR_NAME='Nimrod Adar' export GIT_AUTHOR_EMAIL='nimrod@smile.io' export AWS_DEFAULT_PROFILE=smile export AWS_PROFILE=smile export GEM_HOME="$HOME/Repositories/Smile/.gem" export PATH="$GEM_HOME/bin:$PATH" Makefile +7 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,13 @@ all: .config/gem/gemrc echo ':verbose: true' >> '$@' echo ':concurrent_downloads: 8' >> '$@' all: .bundle/config .bundle/config: Documents/Database.kdbx $(mkd) echo '# vim:ft=yaml' > '$@' echo '---' >> '$@' echo "BUNDLE_HTTPS://RUBYGEMS__PKG__GITHUB__COM/SMILE-IO/: '$$(ph show --field 'UserName' 'Web Sites/GitHub'):$$(ph show --field 'Smile gem token' 'Web Sites/GitHub')'" >> '$@' all: .aws/credentials .aws/credentials: Documents/Database.kdbx $(mkd) Loading Loading
.aws/config +4 −0 Original line number Diff line number Diff line [profile shore] region = us-east-1 [profile smile] region = us-east-1 # For aws-vault [profile smile-security]
Documents/Smile/.envrc +2 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,5 @@ export GIT_AUTHOR_NAME='Nimrod Adar' export GIT_AUTHOR_EMAIL='nimrod@smile.io' export AWS_DEFAULT_PROFILE=smile export AWS_PROFILE=smile export GEM_HOME="$HOME/Repositories/Smile/.gem" export PATH="$GEM_HOME/bin:$PATH"
Makefile +7 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,13 @@ all: .config/gem/gemrc echo ':verbose: true' >> '$@' echo ':concurrent_downloads: 8' >> '$@' all: .bundle/config .bundle/config: Documents/Database.kdbx $(mkd) echo '# vim:ft=yaml' > '$@' echo '---' >> '$@' echo "BUNDLE_HTTPS://RUBYGEMS__PKG__GITHUB__COM/SMILE-IO/: '$$(ph show --field 'UserName' 'Web Sites/GitHub'):$$(ph show --field 'Smile gem token' 'Web Sites/GitHub')'" >> '$@' all: .aws/credentials .aws/credentials: Documents/Database.kdbx $(mkd) Loading