Initial commit

This commit is contained in:
Fabian Ising
2016-11-18 09:20:00 +01:00
commit ca63352cc7
5 changed files with 22 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[submodule "tmux"]
path = tmux
url = git@vcs.murgi.de:dotfiles_fabian/tmux.git
[submodule "vim"]
path = vim
url = git@vcs.murgi.de:dotfiles_fabian/vim.git
[submodule "zsh"]
path = zsh
url = git@vcs.murgi.de:dotfiles_fabian/zsh.git
+10
View File
@@ -0,0 +1,10 @@
#! /bin/sh
#
# clone_and_link.sh
# Copyright (C) 2016 fabian <fabian@fabi-laptop-arch>
#
# Distributed under terms of the MIT license.
#
git submodule update --init --recursive
Submodule
+1
Submodule tmux added at 4467c31f27
Submodule
+1
Submodule vim added at 1eae8eec99
Submodule
+1
Submodule zsh added at cb746b82e6