Skip to content

Commit

Permalink
Fix submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Mar 28, 2017
1 parent 6f909b8 commit 142f974
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 36,750 deletions.
1 change: 1 addition & 0 deletions .dotconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export DOTHOME=/home/vagrant/.dotfiles
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

136 changes: 65 additions & 71 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,127 +1,121 @@
[submodule "lib/bash/bash-it"]
path = lib/bash/bash-it
url = https://github.com/Bash-it/bash-it
[submodule "lib/shell/fzf"]
path = zsh/.fzf
url = https://github.com/junegunn/fzf.git
[submodule "lib/vim-pathogen"]
[submodule "bspwm/.config/dmenu/clipmenu"]
path = bspwm/.config/dmenu/clipmenu
url = https://github.com/cdown/clipmenu/
branch = develop
[submodule "tmux/.tmux/bundle/tmux-yank"]
path = tmux/.tmux/bundle/tmux-yank
url = https://github.com/tmux-plugins/tmux-yank
[submodule "tmux/.tmux/bundle/tmux-sensible"]
path = tmux/.tmux/bundle/tmux-sensible
url = https://github.com/tmux-plugins/tmux-sensible
[submodule "tmux/.tmux/bundle/tmux-copycat"]
path = tmux/.tmux/bundle/tmux-copycat
url = https://github.com/tmux-plugins/tmux-copycat
[submodule "tmux/.tmux/bundle/tmux-continuum"]
path = tmux/.tmux/bundle/tmux-continuum
url = https://github.com/tmux-plugins/tmux-continuum
[submodule "tmux/.tmux/bundle/vim-tmux-navigator"]
path = tmux/.tmux/bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
[submodule "tmux/.tmux/bundle/tmux-resurrect"]
path = tmux/.tmux/bundle/tmux-resurrect
url = https://github.com/tmux-plugins/tmux-resurrect
[submodule "tmux/.tmux/bundle/tmux-open"]
path = tmux/.tmux/bundle/tmux-open
url = https://github.com/tmux-plugins/tmux-open
[submodule "vim/.vim/bundle/vim-pathogen"]
path = vim/.vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "lib/vim/vim-fugitive"]
[submodule "vim/.vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "lib/vim/vim-snipmate"]
path = lib/vim/vim-snipmate
url = git://github.com/garbas/vim-snipmate.git
[submodule "lib/vim/vim-snippets"]
[submodule "vim/.vim/bundle/vim-snippets"]
path = vim/.vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets
[submodule "lib/vim/vim-repeat"]
[submodule "vim/.vim/bundle/vim-repeat"]
path = vim/.vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "lib/vim/vim-rooter"]
[submodule "vim/.vim/bundle/vim-rooter"]
path = vim/.vim/bundle/vim-rooter
url = https://github.com/airblade/vim-rooter
[submodule "lib/vim/base16-vim"]
[submodule "vim/.vim/bundle/base16-vim"]
path = vim/.vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim
[submodule "lib/shell/base16-shell"]
path = zsh/.zsh/bundle/base16-shell
url = https://github.com/chriskempson/base16-shell
[submodule "lib/tmux/tmux-yank"]
path = tmux/.tmux/bundle/tmux-yank
url = https://github.com/tmux-plugins/tmux-yank
[submodule "lib/tmux/tmux-sensible"]
path = tmux/.tmux/bundle/tmux-sensible
url = https://github.com/tmux-plugins/tmux-sensible
[submodule "lib/tmux/tmux-copycat"]
path = tmux/.tmux/bundle/tmux-copycat
url = https://github.com/tmux-plugins/tmux-copycat
[submodule "lib/tmux/tmux-continuum"]
path = tmux/.tmux/bundle/tmux-continuum
url = https://github.com/tmux-plugins/tmux-continuum
[submodule "lib/vim/vimwiki"]
[submodule "vim/.vim/bundle/vim-obsession"]
path = vim/.vim/bundle/vim-obsession
url = https://github.com/tpope/vim-obsession
[submodule "vim/.vim/bundle/vim-gutentags"]
path = vim/.vim/bundle/vim-gutentags
url = https://github.com/ludovicchabant/vim-gutentags
[submodule "vim/.vim/bundle/vimwiki"]
path = vim/.vim/bundle/vimwiki
url = https://github.com/vimwiki/vimwiki
[submodule "lib/vim/fzf.vim"]
[submodule "vim/.vim/bundle/fzf.vim"]
path = vim/.vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
[submodule "lib/vim/ultisnips"]
[submodule "vim/.vim/bundle/ultisnips"]
path = vim/.vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips
[submodule "lib/vim/vim-commentary"]
[submodule "vim/.vim/bundle/vim-commentary"]
path = vim/.vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule "lib/vim/vim-surround"]
[submodule "vim/.vim/bundle/vim-surround"]
path = vim/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "lib/vim/vim-unimpaired"]
[submodule "vim/.vim/bundle/vim-unimpaired"]
path = vim/.vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired
[submodule "lib/tmux/vim-tmux-navigator"]
path = tmux/.tmux/bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
[submodule "lib/vim/vim-obsession"]
path = vim/.vim/bundle/vim-obsession
url = https://github.com/tpope/vim-obsession
[submodule "lib/vim/vim-gutentags"]
path = vim/.vim/bundle/vim-gutentags
url = https://github.com/ludovicchabant/vim-gutentags
[submodule "lib/tmux/tmux-open"]
path = tmux/.tmux/bundle/tmux-open
url = https://github.com/tmux-plugins/tmux-open
[submodule "lib/vim/vim-javacomplete2"]
[submodule "vim/.vim/bundle/vim-javacomplete2"]
path = vim/.vim/bundle/vim-javacomplete2
url = https://github.com/artur-shaik/vim-javacomplete2
[submodule "lib/vim/deoplete.nvim"]
[submodule "vim/.vim/bundle/deoplete.nvim"]
path = vim/.vim/bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim
[submodule "lib/linux/clipmenu"]
path = bspwm/.config/dmenu/clipmenu
url = https://github.com/cdown/clipmenu/
branch = develop
[submodule "lib/vim/yang.vim"]
[submodule "vim/.vim/bundle/yang.vim"]
path = vim/.vim/bundle/yang.vim
url = https://github.com/nathanalderson/yang.vim
[submodule "lib/vim/vim-test"]
[submodule "vim/.vim/bundle/vim-test"]
path = vim/.vim/bundle/vim-test
url = https://github.com/janko-m/vim-test
[submodule "lib/vim/vim-dirvish"]
[submodule "vim/.vim/bundle/vim-dirvish"]
path = vim/.vim/bundle/vim-dirvish
url = https://github.com/justinmk/vim-dirvish
[submodule "lib/vim/tsuquyomi"]
[submodule "vim/.vim/bundle/tsuquyomi"]
path = vim/.vim/bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi
[submodule "lib/vim/vim-polyglot"]
[submodule "vim/.vim/bundle/vim-polyglot"]
path = vim/.vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot
[submodule "lib/vim/syntastic"]
[submodule "vim/.vim/bundle/syntastic"]
path = vim/.vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic
[submodule "lib/vim/vaxe"]
[submodule "vim/.vim/bundle/vaxe"]
path = vim/.vim/bundle/vaxe
url = https://github.com/jdonaldson/vaxe
[submodule "lib/vim/vim-logreview"]
[submodule "vim/.vim/bundle/vim-logreview"]
path = vim/.vim/bundle/vim-logreview
url = https://github.com/andreshazard/vim-logreview
[submodule "lib/vim/committia.vim"]
[submodule "vim/.vim/bundle/committia.vim"]
path = vim/.vim/bundle/committia.vim
url = https://github.com/rhysd/committia.vim
[submodule "lib/vim/tmux-complete.vim"]
[submodule "vim/.vim/bundle/tmux-complete.vim"]
path = vim/.vim/bundle/tmux-complete.vim
url = https://github.com/wellle/tmux-complete.vim
[submodule "lib/shell/pure"]
path = zsh/.zsh/bundle/pure
url = https://github.com/intelfx/pure
[submodule "vim/.vim/bundle/editorconfig-vim"]
path = vim/.vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim
[submodule "tmux/.tmux/bundle/tmux-resurrect"]
path = tmux/.tmux/bundle/tmux-resurrect
url = https://github.com/tmux-plugins/tmux-resurrect
[submodule "zsh/.zsh/bundle/zsh-async"]
[submodule "zsh/.zsh/bundle/base16-shell"]
path = zsh/.zsh/bundle/base16-shell
url = https://github.com/chriskempson/base16-shell
[submodule "zsh/.zsh/bundle/pure"]
path = zsh/.zsh/bundle/pure
url = https://github.com/intelfx/pure
[submodule "zsh/.zsh/bundle/async"]
path = zsh/.zsh/bundle/async
url = https://github.com/mafredri/zsh-async
[submodule "zsh/.fzf"]
path = zsh/.fzf
url = https://github.com/junegunn/fzf.git
[submodule "zsh/.zim"]
path = zsh/.zim
url = https://github.com/Eriner/zim
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
default: update link install
default: clean update link install

clean:
find ~ -xtype l -delete

install:
~/.fzf/install --all --no-update-rc
Expand Down
Loading

0 comments on commit 142f974

Please sign in to comment.