aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-10 10:27:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-10 10:27:08 +1200
commit2b5af69855d7214a8208423914b03206862b703c (patch)
treef0dd92009163110456d14f48ec27ac6846688557 /install
parentUse vnoremap not xnoremap (diff)
downloaddotfiles-2b5af69855d7214a8208423914b03206862b703c.tar.gz
dotfiles-2b5af69855d7214a8208423914b03206862b703c.zip
Be noisier during submodule retrieval
No particular reason to be quiet in the script, better to inform me what's going on
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 5136a821..b6f20c6b 100755
--- a/install
+++ b/install
@@ -10,7 +10,7 @@ set -o nounset
dotfiles=$HOME/.dotfiles
# Check out submodules
-(cd $dotfiles && git submodule --quiet update --init )
+(cd $dotfiles && git submodule update --init )
# Link in essentials
ln -insv $dotfiles/bash/bashrc $HOME/.bashrc
hlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
tejr dotfiles v0.39.0
Thu May 31 22:46:49 UTC 2018