diff --git a/.dockerfunc b/.dockerfunc index d8dd223..416bb91 100644 --- a/.dockerfunc +++ b/.dockerfunc @@ -52,7 +52,7 @@ chrome() { # one day remove /etc/hosts bind mount when effing # overlay support inotify, such bullshit docker run -d \ - --memory 3gb \ + --memory 2gb \ --net host \ -v /etc/localtime:/etc/localtime:ro \ -v /tmp/.X11-unix:/tmp/.X11-unix \ @@ -77,6 +77,7 @@ chrome() { eclipse() { del_stopped eclipse + docker run -it --rm \ --net host \ -v /tmp/.X11-unix:/tmp/.X11-unix \ @@ -124,8 +125,7 @@ skype() { del_stopped skype docker run -d \ - -v /dev/shm:/dev/shm \ - -v /etc/machine-id:/etc/machine-id \ + -v /home/kani/Downloads:/root/skype/Downloads \ -v /run/user/1000/pulse:/run/user/1000/pulse \ -v /var/lib/dbus:/var/lib/dbus \ -v ~/.pulse:/root/.pulse \ diff --git a/.gitconfig b/.gitconfig index dbf022b..87dc2da 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,6 @@ [user] name = fschl - email = friedaar@gmx.de + email = fschl.code@gmail.com [credential] helper = cache [color] diff --git a/README.md b/README.md index 3d8b213..443f0ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # dotfiles -some stuff that makes my linux life more portable. uses containers. strongly inspired by awesome work of @jfrazelle and @jpetazzo <3 +some stuff that makes my linux life more portable and comfortable. uses containers. strongly inspired by awesome work of https://github.com/jfrazelle