Skip to content

Commit

Permalink
Update profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
c-okelly committed Jan 7, 2019
1 parent cc16dd0 commit fa19704
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ export PATH="$HOME/.cargo/bin:$PATH"
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
# Gemfire
export PATH=$PATH:/opt/pivotal/pivotal-gemfire-8.2.0.1/bin
# Murex MVN
export M3_HOME="$HOME/maven/maven-3.0.5"
export PATH=$PATH:$M3_HOME/bin
7 changes: 6 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ COMPLETION_WAITING_DOTS="true"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(vi-mode git vim web-search gradle docker brew tmux zsh-syntax-highlighting zsh-completions git-prompt kubectl)
plugins=(vi-mode git vim web-search gradle docker brew tmux zsh-syntax-highlighting zsh-completions kubectl aws)

#git-prompt

source $ZSH/oh-my-zsh.sh

Expand Down Expand Up @@ -111,3 +113,6 @@ setopt GLOB_COMPLETE
source ~/.bash_profile
export PATH="/usr/local/opt/curl/bin:$PATH"
export PATH="/usr/local/sbin:$PATH"
export M3_HOME="~/maven/maven-3.0.5"
export PATH=$PATH:$M3_HOME/bin

1 change: 1 addition & 0 deletions scripts/macos_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ brew install f3
brew install tldr
brew install jq
brew install ctop
pip install awscli

# oh my zsh install
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
Expand Down

0 comments on commit fa19704

Please sign in to comment.