New minor softwares / configs
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -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"
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -19,3 +19,5 @@
|
|||||||
enabled = true
|
enabled = true
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
[credential]
|
||||||
|
helper = cache
|
||||||
@@ -6,3 +6,4 @@
|
|||||||
*.rbc
|
*.rbc
|
||||||
.watsonrc
|
.watsonrc
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
|
|||||||
Reference in New Issue
Block a user