This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
lemondwm/.antigenrc
2021-09-03 22:27:04 +02:00

14 lines
305 B
Plaintext

# Load oh-my-zsh library
antigen use oh-my-zsh
# Load bundles from external repos
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
# Select theme
antigen theme half-life
# Tell Antigen that you're done
antigen apply