mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Remove fisher and add zoxide
This commit is contained in:
parent
39ec755186
commit
547dea2d9d
7 changed files with 6 additions and 437 deletions
6
sync
6
sync
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue