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() {
|
||||
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
|
||||
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
|
||||
|
||||
@@ -19,3 +19,5 @@
|
||||
enabled = true
|
||||
[push]
|
||||
default = simple
|
||||
[credential]
|
||||
helper = cache
|
||||
@@ -6,3 +6,4 @@
|
||||
*.rbc
|
||||
.watsonrc
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
Reference in New Issue
Block a user