diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
| commit | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch) | |
| tree | c95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.zshrc | |
updated commit
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +source /usr/share/zsh/share/antigen.zsh + +# Load the oh-my-zsh's library. +antigen use oh-my-zsh + +# Bundles from the default repo (robbyrussell's oh-my-zsh). +antigen bundle git +antigen bundle heroku +antigen bundle pip +antigen bundle lein +antigen bundle command-not-found + +# Syntax highlighting bundle. +antigen bundle zsh-users/zsh-syntax-highlighting + +# Load the theme. +antigen theme funky + +setopt completealiases +alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' + +# Tell Antigen that you're done. +antigen apply |
