dikiaap / dotfiles

Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
https://git.io/~dotfiles
MIT License
1.41k stars 187 forks source link

iTerm + Antigen crash installing Oxide Theme #2

Closed ouchsaray closed 6 years ago

ouchsaray commented 6 years ago

Hi!

I am trying to install Oxide theme but it crashs iTerm :/ . I used few commands to install it:

antigen theme dikiaap/dotfiles themes/oxide.zsh-theme antigen theme dikiaap/dotfiles Also import the zsh-theme to my ~/.oh-my-zsh/themes folder but it is not working either.

screen shot 2018-03-09 at 10 31 27

screen shot 2018-03-09 at 10 32 48

Enviroment Details: MacOS High Sierra 10.12.6 iTerm2 Build 3.1.5 OhMyZsh Build zsh 5.2 (x86_64-apple-darwin16.0)
Antigen v2.2.2

dikiaap commented 6 years ago

I think you missed .oh-my-zsh folder. Because themes is not in the root repo.

antigen theme dikiaap/dotfiles .oh-my-zsh/themes/oxide
antigen apply
ouchsaray commented 6 years ago

Solved, I just cleaned the lock file from antigen and pushed it to reinstall all the plugins/themes and now works.

rm ~/.antigen/.lock

Cheers.