Remove fisher and add zoxide

This commit is contained in:
mitchell 2024-06-30 21:45:54 -04:00
parent 39ec755186
commit 547dea2d9d
7 changed files with 6 additions and 437 deletions

6
sync
View file

@ -17,8 +17,6 @@ function main
and set_fish_universal_vars
and install_fisher_packages
and install_nvim_plugins
if test -n "$_flag_d"
@ -87,10 +85,6 @@ function sync_desktop_env -a uname
end
end
function install_fisher_packages
eval fisher
end
function install_nvim_plugins
command -q nvim; and nvim +PlugUpgrade +PlugUpdate +UpdateRemotePlugins +qa
end