We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3732e commit b860a4dCopy full SHA for b860a4d
1 file changed
install.sh
@@ -239,14 +239,6 @@ do
239
git config --global "${config}"
240
done
241
242
-if [[ -z "${CI}" ]]; then
243
- gpg --keyserver hkp://pgp.mit.edu --recv ${gpg_key}
244
- echo "Export key to Github"
245
- ssh-keygen -t rsa -b 4096 -C ${git_email}
246
- pbcopy < ~/.ssh/id_rsa.pub
247
- open https://github.com/settings/ssh/new
248
-fi
249
-
250
echo "Setting up bash aliases ..."
251
echo "
252
alias del='mv -t ~/.Trash/'
@@ -279,6 +271,14 @@ if [[ -z "${CI}" ]]; then
279
271
mas list
280
272
fi
281
273
274
+if [[ -z "${CI}" ]]; then
275
+ gpg --keyserver hkp://pgp.mit.edu --recv ${gpg_key}
276
+ echo "Export key to Github"
277
+ ssh-keygen -t rsa -b 4096 -C ${git_email}
278
+ pbcopy < ~/.ssh/id_rsa.pub
+ open https://github.com/settings/ssh/new
+fi
+
282
echo "Cleanup"
283
brew cleanup
284
0 commit comments