mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
powerline fixes
This commit is contained in:
@@ -38,6 +38,11 @@ if [ "$system_type" = "Darwin" ]; then
|
||||
echo "Updating homebrew bundle"
|
||||
brew bundle --global
|
||||
fi
|
||||
|
||||
# Install powerline-go if necessary
|
||||
if ! command -v powerline-go >/dev/null 2>&1; then
|
||||
go install github.com/justjanne/powerline-go@latest
|
||||
fi
|
||||
fi
|
||||
|
||||
# Linux Specifics
|
||||
|
||||
2
.config/zsh/go.zsh##os.Darwin
Normal file
2
.config/zsh/go.zsh##os.Darwin
Normal file
@@ -0,0 +1,2 @@
|
||||
export PATH="$HOME/go/bin:$PATH"
|
||||
export GOPATH="$HOME/go"
|
||||
Reference in New Issue
Block a user