aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/dotfiles.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-09-11 13:08:41 +0200
committerAdrian Kummerlaender2014-09-11 13:08:41 +0200
commitdffe5e060399eea7d8a6985664786cc2a5d933ff (patch)
treea1296a4a262b66e7c4f19ecd124f07af1c7868c5 /pages/projects/dotfiles.md
downloadblog.kummerlaender.eu-dffe5e060399eea7d8a6985664786cc2a5d933ff.tar
blog.kummerlaender.eu-dffe5e060399eea7d8a6985664786cc2a5d933ff.tar.gz
blog.kummerlaender.eu-dffe5e060399eea7d8a6985664786cc2a5d933ff.tar.bz2
blog.kummerlaender.eu-dffe5e060399eea7d8a6985664786cc2a5d933ff.tar.lz
blog.kummerlaender.eu-dffe5e060399eea7d8a6985664786cc2a5d933ff.tar.xz
blog.kummerlaender.eu-dffe5e060399eea7d8a6985664786cc2a5d933ff.tar.zst
blog.kummerlaender.eu-dffe5e060399eea7d8a6985664786cc2a5d933ff.zip
Squashed 'source/00_content/' content from commit 63d9db8
git-subtree-dir: source/00_content git-subtree-split: 63d9db8438ed6b32c4a85d487c07ea31bda666e4
Diffstat (limited to 'pages/projects/dotfiles.md')
-rw-r--r--pages/projects/dotfiles.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/pages/projects/dotfiles.md b/pages/projects/dotfiles.md
new file mode 100644
index 0000000..b34f0d0
--- /dev/null
+++ b/pages/projects/dotfiles.md
@@ -0,0 +1,28 @@
+# Dotfiles
+
+…is a collection of the configuration files for my essential toolset.
+
+I manage my dotfiles using git and symlink them to their appropriate directories using [GNU stow]. The repository itself is available via [Github] or [cgit].
+
+My toolset currently consists of the following applications:
+
+* fully encrypted [ArchLinux] installation with the [grsec] kernel
+* [i3wm] for window management
+* [vim] as my text editor of choice
+* [pentadactyl] for turning Firefox into a fully keyboard driven browser
+* [fish] as my default shell
+* [urxvt] as terminal emulator
+* [conky] for displaying system information in [i3bar]
+
+[GNU stow]: https://www.gnu.org/software/stow/
+[Github]: https://github.com/KnairdA/dotfiles
+[cgit]: http://code.kummerlaender.eu/Dotfiles/
+[ArchLinux]: https://archlinux.org
+[grsec]: https://grsecurity.net
+[i3wm]: http://i3wm.org
+[vim]: http://vim.org
+[pentadactyl]: http://5digits.org/pentadactyl/
+[fish]: http://fishshell.com/
+[urxvt]: http://software.schmorp.de/pkg/rxvt-unicode.html
+[conky]: http://conky.sourceforge.net/
+[i3bar]: http://i3wm.org/docs/i3bar-protocol.html