Add update script
This commit is contained in:
14
update.sh
Executable file
14
update.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# update.sh
|
||||
# Copyright (C) 2017 Fabian Ising <fabian@murgi.de>
|
||||
#
|
||||
# Distributed under terms of the Apache v2.0 license.
|
||||
#
|
||||
|
||||
git pull
|
||||
|
||||
git subtree pull --prefix=i3 i3 master --squash
|
||||
git subtree pull --prefix=tmux tmux master --squash
|
||||
git subtree pull --prefix=zsh zsh master --squash
|
||||
git subtree pull --prefix=vim vim master --squash
|
||||
Reference in New Issue
Block a user