🚀 starship!

This commit is contained in:
James Walker 2020-10-27 23:39:53 -04:00
parent cd7058582c
commit 61f23b2c12
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 19 additions and 8 deletions

View File

@ -1 +1,2 @@
.ssh
.config

View File

@ -0,0 +1,13 @@
[aws]
disabled=true
[character]
success_symbol = "[»](bold green) "
error_symbol = "[✗](bold red) "
[directory]
fish_style_pwd_dir_length = 1
truncation_length = 1
[gcloud]
disabled=true

View File

@ -3,7 +3,7 @@ export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="walkah"
# export ZSH_THEME="walkah"
# My custom directory
export ZSH_CUSTOM=$HOME/.zsh/custom
@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(asdf shrink-path aws gcloud extract command-not-found tmux tmuxinator git github ssh-agent docker docker-compose mix)
plugins=(asdf aws gcloud extract command-not-found tmux git github ssh-agent docker docker-compose mix)
# ruby
if [ -x ruby ]; then
@ -27,7 +27,7 @@ if [ -x ruby ]; then
fi
# node
plugins=($plugins npm yarn gatsby react-native)
plugins=($plugins npm yarn react-native)
# python
plugins=($plugins pip pipenv)
@ -45,11 +45,6 @@ esac
# OH MY ZSH!
source $ZSH/oh-my-zsh.sh
# AWS CLI
if [ -f /usr/local/bin/aws_zsh_completer.sh ]; then
source /usr/local/bin/aws_zsh_completer.sh
fi
# Android Studio
if [ -d ~/Library/Android/sdk ]; then
export ANDROID_SDK=~/Library/Android/sdk
@ -67,3 +62,5 @@ if [ $TERM = "screen" ]; then
fi
export EDITOR="vim"
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"
eval "$(starship init zsh)"