14 lines
453 B
Bash
14 lines
453 B
Bash
|
|
#! /bin/sh
|
||
|
|
#
|
||
|
|
# setup_remotes.sh
|
||
|
|
# Copyright (C) 2017 Fabian Ising <fabian@murgi.de>
|
||
|
|
#
|
||
|
|
# Distributed under terms of the Apache v2.0 license.
|
||
|
|
#
|
||
|
|
|
||
|
|
git remote add i3 git@vcs.murgi.de:dotfiles_fabian/i3config.git
|
||
|
|
git remote add tmux git@vcs.murgi.de:dotfiles_fabian/tmux.git
|
||
|
|
git remote add tmux git@vcs.murgi.de:dotfiles_fabian/tmux.git
|
||
|
|
git remote add vim git@vcs.murgi.de:dotfiles_fabian/vim.git
|
||
|
|
git remote add zsh git@vcs.murgi.de:dotfiles_fabian/zsh.git
|