diff options
-rw-r--r-- | README.md | 3 | ||||
-rwxr-xr-x | bin/beep | 1 | ||||
-rwxr-xr-x | bin/lxc-setup | 20 | ||||
-rwxr-xr-x | docker/bin/docker-rm-untagged-images (renamed from bin/docker-rm-untagged-images) | 0 | ||||
-rw-r--r-- | i3/bin/.gitignore (renamed from bin/.gitignore) | 0 | ||||
-rw-r--r-- | i3/bin/Makefile (renamed from bin/Makefile) | 0 | ||||
-rwxr-xr-x | i3/bin/askpass (renamed from bin/askpass) | 0 | ||||
-rwxr-xr-x | i3/bin/cloogle_stats.py (renamed from bin/cloogle_stats.py) | 0 | ||||
-rwxr-xr-x | i3/bin/dualmon (renamed from bin/dualmon) | 0 | ||||
-rwxr-xr-x | i3/bin/i3status.py (renamed from bin/i3status.py) | 0 | ||||
-rwxr-xr-x | i3/bin/kbdbacklight (renamed from bin/kbdbacklight) | 0 | ||||
-rw-r--r-- | i3/bin/kbdlayout.c (renamed from bin/kbdlayout.c) | 0 | ||||
-rwxr-xr-x | i3/bin/newws (renamed from bin/newws) | 0 | ||||
-rwxr-xr-x | i3/bin/nowplaying (renamed from bin/nowplaying) | 0 | ||||
-rwxr-xr-x | i3/bin/passmenu (renamed from bin/passmenu) | 0 | ||||
l--------- | i3/bin/setbg (renamed from bin/setbg) | 0 | ||||
-rwxr-xr-x | i3/bin/setbg-pgfplots (renamed from bin/setbg-pgfplots) | 0 | ||||
-rwxr-xr-x | i3/bin/setbg-texample (renamed from bin/setbg-texample) | 0 | ||||
-rwxr-xr-x | i3/bin/singlemon (renamed from bin/singlemon) | 0 | ||||
-rwxr-xr-x | vim/bin/pylint.sh (renamed from bin/pylint.sh) | 0 |
20 files changed, 2 insertions, 22 deletions
@@ -8,9 +8,10 @@ My dotfiles. Feel free to use what you can. | `<NAME>` | Contents | Comments ---|---|--- +| `docker` | docker | `email` | msmtp, neomutt, notmuch, offlineimap | WIP. I'm using a development version of NeoMutt | `git` | git | Edit `~/.gitconfig.local` yourself | `haskell` | GHCi | You need to `cabal install` some things -| `i3` | i3, i3bar +| `i3` | i3, i3bar, X | `system` | bash, X | `vim` | vim | Highly subjective diff --git a/bin/beep b/bin/beep deleted file mode 100755 index edd6b63..0000000 --- a/bin/beep +++ /dev/null @@ -1 +0,0 @@ -echo -en "\a" > /dev/tty5 diff --git a/bin/lxc-setup b/bin/lxc-setup deleted file mode 100755 index 08824a8..0000000 --- a/bin/lxc-setup +++ /dev/null @@ -1,20 +0,0 @@ -# https://wiki.debian.org/LXC -# https://lists.linuxcontainers.org/pipermail/lxc-devel/2014-February/008088.html -# https://lists.debian.org/debian-user/2015/05/msg00162.html -# https://wiki.debian.org/LXC/SimpleBridge -# http://box.matto.nl/lxconlaptop.html -# https://coderwall.com/p/k0gutq/clean-lxc-nat-configuration-debian-wheezy - -for d in /sys/fs/cgroup/* -do - f=$(basename $d) - echo "looking at $f" - if [ "$f" = "cpuset" ]; then - echo 1 | sudo tee -a $d/cgroup.clone_children; - elif [ "$f" = "memory" ]; then - echo 1 | sudo tee -a $d/memory.use_hierarchy; - fi - sudo mkdir $d/$USER - sudo chown -R $USER: $d/$USER - echo $$ > $d/$USER/tasks -done diff --git a/bin/docker-rm-untagged-images b/docker/bin/docker-rm-untagged-images index 2b4c73b..2b4c73b 100755 --- a/bin/docker-rm-untagged-images +++ b/docker/bin/docker-rm-untagged-images diff --git a/bin/.gitignore b/i3/bin/.gitignore index 95d9967..95d9967 100644 --- a/bin/.gitignore +++ b/i3/bin/.gitignore diff --git a/bin/Makefile b/i3/bin/Makefile index 221dde7..221dde7 100644 --- a/bin/Makefile +++ b/i3/bin/Makefile diff --git a/bin/askpass b/i3/bin/askpass index dfa595a..dfa595a 100755 --- a/bin/askpass +++ b/i3/bin/askpass diff --git a/bin/cloogle_stats.py b/i3/bin/cloogle_stats.py index 0c48b70..0c48b70 100755 --- a/bin/cloogle_stats.py +++ b/i3/bin/cloogle_stats.py diff --git a/bin/dualmon b/i3/bin/dualmon index 02ae65d..02ae65d 100755 --- a/bin/dualmon +++ b/i3/bin/dualmon diff --git a/bin/i3status.py b/i3/bin/i3status.py index 1e00e62..1e00e62 100755 --- a/bin/i3status.py +++ b/i3/bin/i3status.py diff --git a/bin/kbdbacklight b/i3/bin/kbdbacklight index f8d1e02..f8d1e02 100755 --- a/bin/kbdbacklight +++ b/i3/bin/kbdbacklight diff --git a/bin/kbdlayout.c b/i3/bin/kbdlayout.c index bb030bb..bb030bb 100644 --- a/bin/kbdlayout.c +++ b/i3/bin/kbdlayout.c diff --git a/bin/nowplaying b/i3/bin/nowplaying index 650e6e8..650e6e8 100755 --- a/bin/nowplaying +++ b/i3/bin/nowplaying diff --git a/bin/passmenu b/i3/bin/passmenu index 9b5239d..9b5239d 100755 --- a/bin/passmenu +++ b/i3/bin/passmenu diff --git a/bin/setbg-pgfplots b/i3/bin/setbg-pgfplots index 7343f35..7343f35 100755 --- a/bin/setbg-pgfplots +++ b/i3/bin/setbg-pgfplots diff --git a/bin/setbg-texample b/i3/bin/setbg-texample index ee996d3..ee996d3 100755 --- a/bin/setbg-texample +++ b/i3/bin/setbg-texample diff --git a/bin/singlemon b/i3/bin/singlemon index 8034639..8034639 100755 --- a/bin/singlemon +++ b/i3/bin/singlemon diff --git a/bin/pylint.sh b/vim/bin/pylint.sh index 546f8c8..546f8c8 100755 --- a/bin/pylint.sh +++ b/vim/bin/pylint.sh |