aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rwxr-xr-xbin/beep1
-rwxr-xr-xbin/lxc-setup20
-rwxr-xr-xdocker/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-xi3/bin/askpass (renamed from bin/askpass)0
-rwxr-xr-xi3/bin/cloogle_stats.py (renamed from bin/cloogle_stats.py)0
-rwxr-xr-xi3/bin/dualmon (renamed from bin/dualmon)0
-rwxr-xr-xi3/bin/i3status.py (renamed from bin/i3status.py)0
-rwxr-xr-xi3/bin/kbdbacklight (renamed from bin/kbdbacklight)0
-rw-r--r--i3/bin/kbdlayout.c (renamed from bin/kbdlayout.c)0
-rwxr-xr-xi3/bin/newws (renamed from bin/newws)0
-rwxr-xr-xi3/bin/nowplaying (renamed from bin/nowplaying)0
-rwxr-xr-xi3/bin/passmenu (renamed from bin/passmenu)0
l---------i3/bin/setbg (renamed from bin/setbg)0
-rwxr-xr-xi3/bin/setbg-pgfplots (renamed from bin/setbg-pgfplots)0
-rwxr-xr-xi3/bin/setbg-texample (renamed from bin/setbg-texample)0
-rwxr-xr-xi3/bin/singlemon (renamed from bin/singlemon)0
-rwxr-xr-xvim/bin/pylint.sh (renamed from bin/pylint.sh)0
20 files changed, 2 insertions, 22 deletions
diff --git a/README.md b/README.md
index 0ac85ae..e6711e0 100644
--- a/README.md
+++ b/README.md
@@ -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/newws b/i3/bin/newws
index 386b353..386b353 100755
--- a/bin/newws
+++ b/i3/bin/newws
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 b/i3/bin/setbg
index d445e5c..d445e5c 120000
--- a/bin/setbg
+++ b/i3/bin/setbg
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