Skip to content

Commit

Permalink
omf
Browse files Browse the repository at this point in the history
  • Loading branch information
jclement committed Jan 19, 2017
1 parent a83c1c7 commit 1a6ae97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -26,7 +26,7 @@ desc "install the dot files into user's home directory"
task :install do
replace_all = false
Dir['*'].each do |file|
next if %w[Rakefile README.markdown other bin bashrc.d fish].include? file
next if %w[Rakefile omf README.markdown other bin bashrc.d fish].include? file

if File.exist?(File.join(ENV['HOME'], ".#{file.sub('.erb', '')}"))
if File.identical? file, File.join(ENV['HOME'], ".#{file.sub('.erb', '')}")
Expand Down
3 changes: 3 additions & 0 deletions omf/bundle
@@ -0,0 +1,3 @@
theme batman
theme bobthefish
theme default
1 change: 1 addition & 0 deletions omf/channel
@@ -0,0 +1 @@
stable
1 change: 1 addition & 0 deletions omf/theme
@@ -0,0 +1 @@
bobthefish

0 comments on commit 1a6ae97

Please sign in to comment.