mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Refactor .vimrc into config.vim and support nvim only
This commit is contained in:
parent
8be2f42aba
commit
a2b223784f
5 changed files with 159 additions and 216 deletions
4
sync
4
sync
|
|
@ -59,17 +59,15 @@ 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 ./.vim ~/
|
||||
and rsync -aP ./.vimrc ~/
|
||||
and rsync -aP ./scripts/ ~/code/scripts/
|
||||
and rsync -aP ./.config/starship.toml ~/.config/
|
||||
end
|
||||
|
||||
function sync_desktop_env -a uname
|
||||
rsync -aP ./.wezterm.lua ~/
|
||||
and rsync -aP ./.ideavimrc ~/
|
||||
or return 1
|
||||
|
||||
switch $uname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue