Skip to content

Commit

Permalink
add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kaka10te committed Mar 26, 2024
1 parent 614ab96 commit 0abd8f9
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "vim/pack/vendor/start/ctrlp.vim"]
path = vim/pack/vendor/start/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
ignore = untracked
[submodule "shell/plugins/dircolors-solarized"]
path = shell/plugins/dircolors-solarized
url = https://github.com/seebi/dircolors-solarized.git
[submodule "zsh/plugins/zsh-syntax-highlighting"]
path = zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zsh/plugins/zsh-completions"]
path = zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
37 changes: 34 additions & 3 deletions install.conf.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
- clean: []
- link: {}
- shell: []
- defaults:
link:
create: true
relink: true

- clean: ['~', '~/.config']

- link:
~/.bash:
~/.bash_profile:
~/.bashrc:
~/.dotfiles: ''
~/.gitconfig:
~/.gitignore_global:
~/.inputrc:
~/.ipython/profile_default/ipython_config.py: ipython/ipython_config.py
~/.ipython/profile_default/ipython_kernel_config.py: ipython/ipython_kernel_config.py
~/.ipython/profile_default/startup/disable_warnings.py: ipython/disable_warnings.py
~/.shell:
~/.tmux.conf:
~/.vim:
~/.vimrc:
~/.zsh:
~/.zshrc:

- shell:
- git submodule sync --recursive
# the following have to run after linking ~/.gitconfig
- git update-submodules
- >
git cleanall -f
shell/plugins/
vim/pack/vendor/start/
zsh/plugins/
1 change: 1 addition & 0 deletions shell/plugins/dircolors-solarized
Submodule dircolors-solarized added at 6714ca
1 change: 1 addition & 0 deletions vim/pack/vendor/start/ctrlp.vim
Submodule ctrlp.vim added at 7c972c
1 change: 1 addition & 0 deletions zsh/plugins/zsh-completions
Submodule zsh-completions added at 2f9512
1 change: 1 addition & 0 deletions zsh/plugins/zsh-syntax-highlighting

0 comments on commit 0abd8f9

Please sign in to comment.