atuin
This commit is contained in:
parent
403412bb58
commit
1e1be0ccff
2 changed files with 24 additions and 6 deletions
|
@ -131,9 +131,23 @@
|
||||||
when:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
|
- name: Install atuin
|
||||||
|
shell: ~/.cargo/bin/cargo install atuin
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo/bin/atuin
|
||||||
|
when:
|
||||||
|
- rust_extras == true
|
||||||
|
|
||||||
- name: Install zellij
|
- name: Install zellij
|
||||||
shell: ~/.cargo/bin/cargo install zellij
|
shell: ~/.cargo/bin/cargo install zellij
|
||||||
args:
|
args:
|
||||||
creates: ~/.cargo/bin/zellij
|
creates: ~/.cargo/bin/zellij
|
||||||
when:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
|
- name: Install erdtree
|
||||||
|
shell: ~/.cargo/bin/cargo install erdtree
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo/bin/et
|
||||||
|
when:
|
||||||
|
rust_extras == true
|
||||||
|
|
16
zsh/zshrc
16
zsh/zshrc
|
@ -151,12 +151,16 @@ if [[ -d $HOME/.anyenv ]]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $(_command-exists mcfly) -eq 0 ]]; then
|
# if [[ $(_command-exists mcfly) -eq 0 ]]; then
|
||||||
znap eval mcfly 'mcfly init zsh'
|
# znap eval mcfly 'mcfly init zsh'
|
||||||
export MCFLY_KEY_SCHEME=vim
|
# export MCFLY_KEY_SCHEME=vim
|
||||||
export MCFLY_FUZZY=true
|
# export MCFLY_FUZZY=true
|
||||||
export MCFLY_RESULTS=50
|
# export MCFLY_RESULTS=50
|
||||||
export MCFLY_USED=1
|
# export MCFLY_USED=1
|
||||||
|
# fi
|
||||||
|
|
||||||
|
if [[ $(_command-exists atuin) -eq 0 ]]; then
|
||||||
|
znap eval atuin 'atuin init zsh'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (_command-exists yarn); then
|
if (_command-exists yarn); then
|
||||||
|
|
Loading…
Add table
Reference in a new issue