Remove creation of unnecessary symlink [Close #164]
This commit is contained in:
parent
fa357bbd35
commit
5fdffec3c9
3
Rakefile
3
Rakefile
@ -48,9 +48,6 @@ def install_prezto
|
|||||||
|
|
||||||
file_operation(Dir.glob('zsh/prezto/runcoms/z*'), :copy)
|
file_operation(Dir.glob('zsh/prezto/runcoms/z*'), :copy)
|
||||||
|
|
||||||
puts "Installing YADR themes for Prezto..."
|
|
||||||
run %{ ln -nfs $HOME/.yadr/zsh/prezto-themes/modules/prompt/functions/* $HOME/.zprezto/modules/prompt/functions}
|
|
||||||
|
|
||||||
puts "Creating directories for your customizations"
|
puts "Creating directories for your customizations"
|
||||||
run %{ mkdir -p $HOME/.zsh.before }
|
run %{ mkdir -p $HOME/.zsh.before }
|
||||||
run %{ mkdir -p $HOME/.zsh.after }
|
run %{ mkdir -p $HOME/.zsh.after }
|
||||||
|
Loading…
Reference in New Issue
Block a user