1 #!/bin/bash 2 3 cd ~/.dotfiles || exit 4 5 stat -c '%Z %n' $(git ls-files) | sort -r | 6 cut -d ' ' -f 2 | menu -i dotfiles | xargs -r gvim