diff --git a/playbooks/roles/rust/tasks/main.yml b/playbooks/roles/rust/tasks/main.yml index 18a195e..c105014 100644 --- a/playbooks/roles/rust/tasks/main.yml +++ b/playbooks/roles/rust/tasks/main.yml @@ -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 diff --git a/zsh/zshrc b/zsh/zshrc index 5d188de..c7a1bfa 100644 --- a/zsh/zshrc +++ b/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