mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
A little cleaner take two
This commit is contained in:
parent
287fff9f45
commit
cfd137f95b
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ when 'copy'
|
||||||
end
|
end
|
||||||
|
|
||||||
when 'link'
|
when 'link'
|
||||||
if prompt.yes?('Shall we continue?')
|
if prompt.yes?('Are you sure you want to link your dot files?')
|
||||||
@files_link.each do |file|
|
@files_link.each do |file|
|
||||||
unless @excludes.include?(File.basename(file))
|
unless @excludes.include?(File.basename(file))
|
||||||
puts "Linking #{@home}/.#{File.basename(file)} to #{file}"
|
puts "Linking #{@home}/.#{File.basename(file)} to #{file}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue