Install directly prezto-override
(cherry picked from commit d7eaeed726edc936b18aebcc0df1fcd3670c4edd)
This commit is contained in:
10
Rakefile
10
Rakefile
@@ -262,11 +262,11 @@ 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*'), :symlink)
|
install_files(Dir.glob('zsh/prezto/runcoms/zlogin'), :symlink)
|
||||||
|
install_files(Dir.glob('zsh/prezto/runcoms/zlogout'), :symlink)
|
||||||
puts
|
install_files(Dir.glob('zsh/prezto-override/zpreztorc'), :symlink)
|
||||||
puts "Overriding prezto ~/.zpreztorc with YADR's zpreztorc to enable additional modules..."
|
install_files(Dir.glob('zsh/prezto/runcoms/zprofile'), :symlink)
|
||||||
run %{ ln -nfs "$HOME/.yadr/zsh/prezto-override/zpreztorc" "${ZDOTDIR:-$HOME}/.zpreztorc" }
|
install_files(Dir.glob('zsh/prezto/runcoms/zshenv'), :symlink)
|
||||||
|
|
||||||
puts
|
puts
|
||||||
puts "Creating directories for your customizations"
|
puts "Creating directories for your customizations"
|
||||||
|
|||||||
Reference in New Issue
Block a user