This website requires JavaScript.
Explore
Help
Sign In
esensar
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
568079f9a3
dotfiles
/
symlinks
/
bin
/
git-explore-local
10 lines
76 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
TEMPDIR
=
$(
mktemp -d
)
git clone
$1
$TEMPDIR
cd
$TEMPDIR
nvim .
Reference in New Issue
View Git Blame
Copy Permalink