From ccc0ecc33627caf0c477720440f7ceb6b55580f2 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Sat, 28 Jan 2017 04:24:42 +0100 Subject: [PATCH] New minor softwares / configs --- .zshrc | 4 ++++ dotfiles.yml | 3 +++ templates/gitconfig.j2 | 2 ++ templates/gitignore.j2 | 1 + 4 files changed, 10 insertions(+) diff --git a/.zshrc b/.zshrc index f4dc77c..a9cdc7b 100644 --- a/.zshrc +++ b/.zshrc @@ -59,3 +59,7 @@ mysql() { docker run -ti --user 1000:1000 --rm mysql:5.6 mysql $@; } caddy() { docker run -d --user 1000:1000 -v $(pwd):/srv --name caddy-${PWD##*/} -e VIRTUAL_PORT=2015 -e VIRTUAL_HOST=${PWD##*/}.test -P abiosoft/caddy } + +ngrok() { + docker run --rm -it --link "$1":http wernight/ngrok ngrok http http:"$2" +} \ No newline at end of file diff --git a/dotfiles.yml b/dotfiles.yml index 41885fb..3de907f 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -102,6 +102,7 @@ apt: name={{ item }} state=present tags: tools with_items: + - asciidoctor - silversearcher-ag - byzanz - curl @@ -116,8 +117,10 @@ - meld - mysql-workbench - pandoc + - pv - pwgen - openssh-server + - owncloud-client - shutter - exfat-utils - exfat-fuse diff --git a/templates/gitconfig.j2 b/templates/gitconfig.j2 index 6f91b8f..f3d1b65 100644 --- a/templates/gitconfig.j2 +++ b/templates/gitconfig.j2 @@ -19,3 +19,5 @@ enabled = true [push] default = simple +[credential] + helper = cache \ No newline at end of file diff --git a/templates/gitignore.j2 b/templates/gitignore.j2 index 3065e36..4d32373 100644 --- a/templates/gitignore.j2 +++ b/templates/gitignore.j2 @@ -6,3 +6,4 @@ *.rbc .watsonrc .idea +.vscode