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
.gitmodules vendored Normal file
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
clone_and_link.sh Executable file
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

1
tmux Submodule

Submodule tmux added at 4467c31f27

1
vim Submodule

Submodule vim added at 1eae8eec99

1
zsh Submodule

Submodule zsh added at cb746b82e6