YADR can be installed to any directory and everything still works
This commit is contained in:
@@ -6,7 +6,7 @@ GitStyleBinary.command do
|
||||
short_desc "Initialize all submodules. Run this every time you pull a new yadr version."
|
||||
|
||||
run do |command|
|
||||
system("cd ~/.dotfiles && git submodule init && git submodule update")
|
||||
`cd "#{$yadr}" && git submodule update --init`
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user