-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
5 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[user] | ||
email = theo.chatzimichos@jobandtalent.com | ||
email = theo.chatzimichos@elastic.co |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ set pager_index_lines = 8 | |
#set edit_headers = yes | ||
mailboxes `mutt_get_mailboxes gmail` | ||
mailboxes `mutt_get_mailboxes seznam` | ||
alternates "tampakrap@((opensuse|gentoo(-el)?)\.org|gmail\.com|seznam\.cz|(cronos|linuxteam(\.cs)?)\.teilar\.gr)|theo(doros)?@chatzimichos\.gr|(t(heo(doros)?\.)?)?chatzimichos@(suse\.(com|de|cz)|usertechnologies\.com|u(t)?\.plus|jobandtalent\.com)" | ||
alternates "tampakrap@((opensuse|gentoo(-el)?)\.org|gmail\.com|seznam\.cz|(cronos|linuxteam(\.cs)?)\.teilar\.gr)|theo(doros)?@chatzimichos\.gr|(t(heo(doros)?\.)?)?chatzimichos@(suse\.(com|de|cz)|usertechnologies\.com|u(t)?\.plus|jobandtalent\.com|elastic\.co)" | ||
|
||
subscribe [email protected] | ||
subscribe [email protected] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFggAztwAaVVyxQ2bnNOXhhfra0cCnteKcuzAnWlRKue tampakrap@quasimoto | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMne/KxX+ilIqKGt7V5E8+dt0SZMTJGID0P+m2f/vehd tampakrap@madvillain | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII00QD+kX7VXyTBG5Ais+01WapmhFK1HZiqauLF1kZST tampakrap@prhyme |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +0,0 @@ | ||
export VAULT_GITHUB_API_TOKEN=$(get-token -t github-vault) | ||
export TF_VAR_github_api_token=$VAULT_GITHUB_API_TOKEN | ||
export GITHUB_TOKEN=$(get-token -t github) | ||
export AIVEN_TOKEN=$(get-token -t aiven) | ||
export CLOUDFLARE_API_TOKEN=$(get-token -t cloudflare) | ||
export REMOTE_USER=admin | ||
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES | ||
export SAML2AWS_REGION=$(cat ${HOME}/.aws/default_region) | ||
export SAML2AWS_PROFILE_SHORT=true | ||
export JT_GITHUB_USER=tampakrap-jt | ||
#export GO111MODULE=on | ||
#export GOPRIVATE="github.com/jobandtalent" | ||
#export BUNDLE_GEM__FURY__IO=$(get-token -t gemfury) | ||
#export PATH="/usr/local/opt/[email protected]/libexec/bin:/usr/local/opt/libpq/bin:/usr/local/opt/node@16/bin:$PATH" | ||
|
||
source $REPOS_GH/marcelobartsch/saml2aws-oh-my-zsh/saml2aws.plugin.zsh | ||
|
||
old_saml2aws_login_wrapper() { | ||
old_saml2aws_login $1 | ||
[[ $? == 0 ]] && source ~/.aws/old_role | ||
[[ -f ~/.aws/old_role ]] && rm ~/.aws/old_role | ||
} | ||
|
||
## The next line updates PATH for the Google Cloud SDK. | ||
#if [ -f '/Users/tampakrap/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/tampakrap/Downloads/google-cloud-sdk/path.zsh.inc'; fi | ||
# | ||
## The next line enables shell command completion for gcloud. | ||
#if [ -f '/Users/tampakrap/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/tampakrap/Downloads/google-cloud-sdk/completion.zsh.inc'; fi | ||
This file contains 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