From 4bdb7b3345ab9680234f074fbdecca50601c3f57 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 28 Mar 2012 16:26:58 -0400 Subject: Reformat for use with Effuse --- update.rb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 update.rb (limited to 'update.rb') diff --git a/update.rb b/update.rb deleted file mode 100755 index 9f1c67dd..00000000 --- a/update.rb +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby - -require 'fileutils' - -dotfiles = {} - -dirs = ['.'] -dirs.each do |dir| - Dir.foreach(dir) do |file| - next if file[0] == '.' - file = File.join(dir, file) - if File.directory? file - dirs << file - next - end - dotfiles[file] = file.sub('.', '~').sub('_', '.') if %r{/_} =~ file - end -end - -dotfiles.each do |a, b| - a, b = File.expand_path(a), File.expand_path(b) - FileUtils.cp(b, a) - puts "#{b} -> #{a}" -end - -system('git diff') -system('git add .') -system('git commit') -system('git push') -- cgit 1.4.1 > refs log tree commit diff
path: root/curtis/.config/nvim/syntax/scala.vim (unfollow)
Commit message (Expand)Author
2017-07-09Only pacman -Sy onceJune McEnroe
2017-07-09Add Tarmak 2 to console keymapJune McEnroe
2017-07-04Remove pathogenJune McEnroe
2017-07-04Consolidate pbd, pbcopy, pbpasteJune McEnroe
2017-07-04Reorganize neovim configuration, againJune McEnroe
2017-07-04Remove <Esc><Esc> terminal mappingJune McEnroe
2017-07-04Generalize C-w neovim terminal mappingJune McEnroe
2017-07-04Remove tmuxJune McEnroe
2017-07-04Show terminal title in statuslineJune McEnroe
2017-07-04Add nvim terminal mappingsJune McEnroe
2017-06-29Add color to xxJune McEnroe
2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe
2017-06-27Link Scala syntax fileJune McEnroe
2017-06-27Clean up top of trivial colorscheme fileJune McEnroe
2017-06-27Fix Scala syntax highlight linksJune McEnroe