summaryrefslogtreecommitdiffstatshomepage
path: root/antigenrc
blob: 1eef907f70759448ef96164fc5b5b8bed8987594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env zsh

antigen use oh-my-zsh
antigen theme romkatv/powerlevel10k.git
antigen bundles <<EOBUNDLES
    git
    fzf
    dotnet
    docker
    command-not-found
    zsh-users/zsh-syntax-highlighting
    zsh-users/zsh-autosuggestions
    memark/zsh-dotnet-completion
    https://gitlab.com/noammac/dotfiles plugins/cht.sh
EOBUNDLES
antigen apply