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