mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Move Plug to nvim folder and cleanup PATH
This commit is contained in:
parent
adf21544eb
commit
7d9a714495
4 changed files with 49 additions and 20 deletions
5
sync
5
sync
|
|
@ -65,7 +65,6 @@ function sync_terminal_env
|
|||
|
||||
rsync -aP ./.config/fish ~/.config/
|
||||
and rsync -aP ./.config/nvim ~/.config/
|
||||
and rsync -aP ./.local/share/nvim ~/.local/share/
|
||||
and rsync -aP ./.tmux-line.conf ~/
|
||||
and rsync -aP ./.tmux.conf ~/
|
||||
and rsync -aP ./scripts/ ~/code/scripts/
|
||||
|
|
@ -91,7 +90,9 @@ function sync_desktop_env -a uname
|
|||
end
|
||||
|
||||
function install_nvim_plugins
|
||||
command -q nvim; and nvim +PlugUpgrade +PlugUpdate +UpdateRemotePlugins +qa
|
||||
command -q nvim
|
||||
and nvim +PlugUpgrade +PlugUpdate +UpdateRemotePlugins +qa
|
||||
and nvim +COQdeps +q +bnext
|
||||
end
|
||||
|
||||
function sync_git_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue