TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.91k stars 176 forks source link

vim tty bootstrap #482

Closed ivomarino closed 1 month ago

ivomarino commented 3 months ago

This helps fixing the tty issue when bootstraping:

cat .config/yadm/bootstrap.d/vim.sh
#!/bin/sh

if command -v vim >/dev/null 2>&1; then
  echo "Bootstraping Vim"
  echo '+PlugUpdate' '+PlugClean!' '+PlugUpdate' '+qall' |xargs -o vim
fi
github-actions[bot] commented 1 month ago

This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been labeled as stale for 7 days with no activity.