mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-05 17:24:22 +00:00
Zsh config
This commit is contained in:
3
.aliases
Normal file
3
.aliases
Normal file
@@ -0,0 +1,3 @@
|
||||
alias mkdir='mkdir -p'
|
||||
alias cat='ccat'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
21
.zshrc
Normal file
21
.zshrc
Normal file
@@ -0,0 +1,21 @@
|
||||
source /usr/share/antigen.zsh
|
||||
source $HOME/.aliases
|
||||
|
||||
# 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 gentoo
|
||||
|
||||
# Tell Antigen that you're done.
|
||||
antigen apply
|
||||
Reference in New Issue
Block a user