diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-03 17:28:18 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-03 17:35:02 +0500 |
| commit | 3c710c161806e7866e1999b053c8230478078048 (patch) | |
| tree | 33a98cc9a650c633ad290a6b66441751323b002f | |
| parent | 489ec5d02914d2f2d6d8c43fa1598d7293b5191e (diff) | |
Update
| -rw-r--r-- | files/.gitconfig | 3 | ||||
| m--------- | files/.tmux/plugins/tpm | 0 | ||||
| -rw-r--r-- | install.conf.yaml | 7 |
3 files changed, 9 insertions, 1 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 013bf39..5b3bcfa 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -43,6 +43,9 @@ publish = "!git push -u origin $(git branch-name)" # https://datagrok.org/git/git-serve/ quickserve="daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/" + # https://github.com/anishathalye/dotfiles/blob/master/gitconfig + update-submodules = submodule update --init --recursive + upgrade-submodules = submodule update --init --remote [advice] statusHints = false detachedHead = false diff --git a/files/.tmux/plugins/tpm b/files/.tmux/plugins/tpm -Subproject 95f78336c3972f3e6648b7b3db754f2224320a5 +Subproject 26d9ace1b47f4591b2afdf333442a498311b6ac diff --git a/install.conf.yaml b/install.conf.yaml index 88e8131..8bae2f8 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -3,7 +3,10 @@ relink: true create: true -- clean: ['~'] +- clean: [ + '~', + '~/.config' + ] - link: ~/.aria2: files/.aria2 @@ -33,3 +36,5 @@ - shell: - [git submodule update --init --recursive, Installing submodules] + - [vim -c 'PluginInstall' +qall, Installing vim plugins] + - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] |
