Skip to content

Commit

Permalink
add some MW specific stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
yuujay committed Nov 23, 2023
1 parent 93d058b commit 92043ed
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions aliases/.aliases/mathworks.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ alias cdi='cd /mathworks/devel/jobarchive/Bconnector/latest_pass/matlab/derived/
alias cpi='cp /mathworks/devel/jobarchive/Bconnector/latest_pass/matlab/derived/glnxa64/mos/final_release_assembly/matlab_online_server.zip .'
alias wlg='watch kubectl get pods --kubeconfig=/tmp/sbmos/sbmosstack/.kube/admin.conf -n $MW_USERNAME'
alias wlm='watch kubectl get pods --kubeconfig=/tmp/sbmos/sbmosstack/.kube/admin.conf -n mathworks'

#alias kindcluster=mw -using Bmain sbmos create mosdev --http-port 80 --https-port 443 --mos-sandbox /local-ssd/dev/5-17-dev/volturnus/chart-overrides --out-to-terminal
#alias mosadm='mw -using Bmain mosadm' # Use under /volturnus directory
alias mm='./mosadm'

2 changes: 1 addition & 1 deletion fish/.config/fish/fish_env
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ set -gx NETWORK_PERSONAL_SHARED_PATH '/mathworks/devel/sandbox/gumamahe/shared/u
set -gx MW_USERNAME 'gumamahe'
set -gx WORK_MACHINE 'ah-gumamahe-m.dhcp.mathworks.com'

set PATH /mathworks/hub/3rdparty/internal/9621007/glnxa64/golang/bin /home/gumamahe/go/bin /opt/homebrew/bin /usr/local/bin /opt /usr/bin /bin /usr/sbin /sbin /mathworks/hub/share/bin /usr/local/netbin/netbin/ /mathworks/hub/share/sbtools/bin/maci64 /usr/bin /Users/gumamahe/.rbenv/shims /usr/local/opt/ruby/bin $GEM_HOME/bin $HOME/.config/fish/bin/ $HOME/.config/fish/bin/*/ /Library/Ruby/Gems/2.6.0/gems/ /snap/bin ~/.asdf/shims/ $M2_HOME/bin /home/gumamahe/.local/bin
set PATH /mathworks/hub/3rdparty/internal/9621007/glnxa64/golang/bin /home/gumamahe/go/bin /opt/homebrew/bin /usr/local/bin /opt /usr/bin /bin /usr/sbin /sbin /mathworks/hub/share/bin /usr/local/netbin/netbin/ /mathworks/hub/share/sbtools/bin/glnxa64/ /usr/bin /Users/gumamahe/.rbenv/shims /usr/local/opt/ruby/bin $GEM_HOME/bin $HOME/.config/fish/bin/ $HOME/.config/fish/bin/*/ /Library/Ruby/Gems/2.6.0/gems/ /snap/bin ~/.asdf/shims/ $M2_HOME/bin /home/gumamahe/.local/bin
5 changes: 3 additions & 2 deletions fish/.config/fish/mw/env.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ set -gx GOFLAGS -buildvcs=false
set -gx GOMODCACHE "/home/gumamahe/go/pkg/mod"
set -gx GONOPROXY "github.mathworks.com"
set -gx GOOS ""
set -gx GOPATH "/home/gumamahe/go"
# This can be any path where go downloads modules
set -gx GOPATH "/local-ssd/gumamahe/go/"
set -gx GOPRIVATE "golang.dhcp,github.mathworks.com"
set -gx GOPROXY "http://iat-go-proxy-prod-01:7000/go-proxy"
set -gx GOROOT "/mathworks/hub/3rdparty/internal/9621007/glnxa64/golang"
set -gx GOROOT "/mathworks/hub/3rdparty/internal/9621007/glnxa64/golang/"
set -gx GOTOOLDIR "/home/gumamahe/go/pkg/tool/darwin_amd64/"
set -gx MW_ARCH ""
set -gx GEM_HOME "$HOME/.gem/ruby/2.6.0"
Expand Down
2 changes: 2 additions & 0 deletions git/.gitmessage
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Commit message for the change



Geck:
# Restate the product and commitment of the review.
# Write a general description of the change.
# Note important elements of complexity, downstream impact, and any other pertinent details.
Expand Down
2 changes: 1 addition & 1 deletion hammerspoon/.hammerspoon/browser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end
hs.hotkey.bind(ALT_CMD, 'a', openUrl('https://esso.mathworks.com/idp/startSSO.ping?PartnerSpId=urn%3Aamazon%3Awebservices'))
hs.hotkey.bind(ALT_CMD, 'c', openUrl('https://confluence.mathworks.com/pages/viewpage.action?pageId=841483897'))
hs.hotkey.bind(ALT_CMD, 'd', openUrl('https://github.com/yuujay/.dotfiles/'))
hs.hotkey.bind(ALT_CMD, 'g', openUrl('https://github.mathworks.com/search?o=desc&q=topic%3Awebaddons+org%3Adevelopment&s=updated&type=Repositories'))
hs.hotkey.bind(ALT_CMD, 'g', openUrl('https://github.mathworks.com/search?q=topic%3Amos+org%3Adevelopment&type=Repositories'))
hs.hotkey.bind(ALT_CMD, 'j', openUrl(''))
hs.hotkey.bind(ALT_CMD, 'm', openUrl('https://www.gmail.com'))
hs.hotkey.bind(ALT_CMD, 'o', openUrl('https://outlook.office365.com/mail/'))
Expand Down

0 comments on commit 92043ed

Please sign in to comment.