Skip to content

Commit

Permalink
Makes the switch to spacemacs official
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilger committed Oct 28, 2016
1 parent ab816c5 commit 14293f9
Show file tree
Hide file tree
Showing 33 changed files with 363 additions and 757 deletions.
7 changes: 3 additions & 4 deletions Rakefile
Expand Up @@ -10,7 +10,7 @@ def link_file(source, destination)
file destination do
ln_s source, destination
end
task :update => destination
task update: destination
end

def link_homedir_files(files = [])
Expand All @@ -21,18 +21,17 @@ def link_homedir_files(files = [])
end

link_homedir_files %w(
.spacemacs
.gemrc
.gitconfig
.gitignore
.tmux.conf
.vim
.vimrc
.zshrc
.dev_box
.ssh
bin
)

task :default do
puts "You probably wanted `rake update`. There is no default task."
puts 'You probably wanted `rake update`. There is no default task.'
end
17 changes: 17 additions & 0 deletions gitignore
Expand Up @@ -8,3 +8,20 @@
.tmux-windows.yml
.idea
.bundle
.dir-locals.el
.#*
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out
342 changes: 342 additions & 0 deletions spacemacs

Large diffs are not rendered by default.

326 changes: 0 additions & 326 deletions vim/autoload/pathogen.vim

This file was deleted.

1 change: 0 additions & 1 deletion vim/bundle/The-NERD-tree
Submodule The-NERD-tree deleted from af65bd
1 change: 0 additions & 1 deletion vim/bundle/ZoomWin
Submodule ZoomWin deleted from cf21ce
1 change: 0 additions & 1 deletion vim/bundle/ack.vim
Submodule ack.vim deleted from f183a3
1 change: 0 additions & 1 deletion vim/bundle/bufexplorer.zip
Submodule bufexplorer.zip deleted from ba43ab
1 change: 0 additions & 1 deletion vim/bundle/ctrlp.vim
Submodule ctrlp.vim deleted from b5d3fe
1 change: 0 additions & 1 deletion vim/bundle/gundo.vim
Submodule gundo.vim deleted from 3975ac
1 change: 0 additions & 1 deletion vim/bundle/tcomment_vim
Submodule tcomment_vim deleted from d2b175
1 change: 0 additions & 1 deletion vim/bundle/vim-bundler
Submodule vim-bundler deleted from 86d8ba
1 change: 0 additions & 1 deletion vim/bundle/vim-classpath
Submodule vim-classpath deleted from b9c1e0
1 change: 0 additions & 1 deletion vim/bundle/vim-clojure-static
Submodule vim-clojure-static deleted from b583d8

0 comments on commit 14293f9

Please sign in to comment.