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

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