Skip to content

Commit

Permalink
new job! 🛞
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Sep 25, 2024
1 parent 06228d8 commit dc731f0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 37 deletions.
6 changes: 1 addition & 5 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
gpgsign = true
[url "https://github.com"]
insteadOf = git://github.com
[includeIf "gitdir:~/Repos/jobandtalent/"]
path = ~/.gitconfig_work
[includeIf "gitdir:~/Repos/github.com/jobandtalent/"]
path = ~/.gitconfig_work
[includeIf "gitdir:~/Repos/github.com/jobandtalent-experimental/"]
[includeIf "gitdir:~/Repos/github.com/elastic/"]
path = ~/.gitconfig_work
[init]
defaultBranch = main
2 changes: 1 addition & 1 deletion .gitconfig_work
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
2 changes: 1 addition & 1 deletion .mutt/muttrc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .ssh/authorized_keys
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
28 changes: 0 additions & 28 deletions .zsh/plugins/work.zsh
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
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ load_plugins ${PLUGINS_GLOBAL[@]}
if [[ $UID != 0 ]]; then
load_plugins ${PLUGINS_USER[@]}

if [[ $HOSTNAME == 'madvillain' ]]; then
if [[ $HOSTNAME == 'prhyme' ]]; then
load_plugins ${PLUGINS_WORK[@]}
fi
fi

0 comments on commit dc731f0

Please sign in to comment.