diff options
Diffstat (limited to 'base/dot')
-rwxr-xr-x | base/dot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/dot b/base/dot new file mode 100755 index 0000000..c491cda --- /dev/null +++ b/base/dot @@ -0,0 +1,5 @@ +#!/bin/sh + +cd $HOME/.dotfiles +git pull +./install `cat .dot.args` |