Add remote setup, add laptop/desktop config
This commit is contained in:
13
setup_remotes.sh
Executable file
13
setup_remotes.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user