New minor softwares / configs

This commit is contained in:
Pierre Martin
2017-01-28 04:24:42 +01:00
parent 2db203a865
commit ccc0ecc336
4 changed files with 10 additions and 0 deletions

4
.zshrc
View File

@@ -59,3 +59,7 @@ mysql() { docker run -ti --user 1000:1000 --rm mysql:5.6 mysql $@; }
caddy() { 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 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"
}

View File

@@ -102,6 +102,7 @@
apt: name={{ item }} state=present apt: name={{ item }} state=present
tags: tools tags: tools
with_items: with_items:
- asciidoctor
- silversearcher-ag - silversearcher-ag
- byzanz - byzanz
- curl - curl
@@ -116,8 +117,10 @@
- meld - meld
- mysql-workbench - mysql-workbench
- pandoc - pandoc
- pv
- pwgen - pwgen
- openssh-server - openssh-server
- owncloud-client
- shutter - shutter
- exfat-utils - exfat-utils
- exfat-fuse - exfat-fuse

View File

@@ -19,3 +19,5 @@
enabled = true enabled = true
[push] [push]
default = simple default = simple
[credential]
helper = cache

View File

@@ -6,3 +6,4 @@
*.rbc *.rbc
.watsonrc .watsonrc
.idea .idea
.vscode