Skip to content

Commit

Permalink
Add zsh-async
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 3, 2020
1 parent c465349 commit cdfa287
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "dotdrop"]
path = dotdrop
url = https://github.com/deadc0de6/dotdrop.git
[submodule "zsh-async"]
path = zsh-async
url = https://github.com/mafredri/zsh-async.git
7 changes: 7 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@ dotfiles:
- oh-my-zsh-install
- spaceship-install
- tmuxinator-completion
zsh_async:
src: ./zsh-async
dst: ~/.zsh/async
link: link

profiles:
Zeus:
Expand Down Expand Up @@ -384,6 +388,7 @@ profiles:
- zathura
- zshrc
- zsh_custom
- zsh_async
Hermes:
dotfiles:
- alacritty
Expand Down Expand Up @@ -430,11 +435,13 @@ profiles:
- zathura
- zshrc
- zsh_custom
- zsh_async
marcel-VirtualBox:
dotfiles:
- vim
- zshrc
- zsh_custom
- zsh_async
- tmux
- xbindkeys
- xmodmap
Expand Down
1 change: 1 addition & 0 deletions zsh-async
Submodule zsh-async added at 490167
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export RPS1="%{$reset_color%}"
plugins=(git pass vi-mode django)

source "$ZSH/oh-my-zsh.sh"
source "$HOME/.zsh/async/async.zsh"

for file in $ZSH/custom/{exports,aliases,functions,secret}.sh $ZSH/custom/plugins/*; do
[ -r "$file" ] && [ -f "$file" ] && source "$file"
Expand Down

0 comments on commit cdfa287

Please sign in to comment.