Install prezto via symlink [Fix #624]
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -262,7 +262,7 @@ def install_prezto
|
|||||||
run %{ ln -nfs "$HOME/.yadr/zsh/prezto" "${ZDOTDIR:-$HOME}/.zprezto" }
|
run %{ ln -nfs "$HOME/.yadr/zsh/prezto" "${ZDOTDIR:-$HOME}/.zprezto" }
|
||||||
|
|
||||||
# The prezto runcoms are only going to be installed if zprezto has never been installed
|
# The prezto runcoms are only going to be installed if zprezto has never been installed
|
||||||
install_files(Dir.glob('zsh/prezto/runcoms/z*'), :copy)
|
install_files(Dir.glob('zsh/prezto/runcoms/z*'), :symlink)
|
||||||
|
|
||||||
puts
|
puts
|
||||||
puts "Overriding prezto ~/.zpreztorc with YADR's zpreztorc to enable additional modules..."
|
puts "Overriding prezto ~/.zpreztorc with YADR's zpreztorc to enable additional modules..."
|
||||||
|
|||||||
Reference in New Issue
Block a user