Files
dotfiles/zshrc
2021-11-27 17:30:22 +01:00

26 lines
464 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# *** *** Plugins *** ***
# ***********************
# Load Antigen plugin manager
source ~/dotfiles/.antigen/antigen.zsh
# Load the oh-my-zsh library
antigen use oh-my-zsh
# Bundles from the default repo
antigen bundle git
antigen bundle pip
# Syntax highlighting bundle
antigen bundle zsh-users/zsh-syntax-highlighting
# Tell Antigen that youre done
antigen apply
# *** *** Shell *** ***
# *********************
# Starship
eval "$(starship init zsh)"