aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/pages/projects/dotfiles.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-12 16:45:23 +0200
committerAdrian Kummerlaender2014-08-12 16:45:23 +0200
commiteb28fe84b4a139d5937eb1b9e96cd6220a59eb58 (patch)
treebaff3fb86b4291deb985c977734d60fc2971e301 /source/00_content/pages/projects/dotfiles.md
parentd669cccd2dc665ea344b0087152f524e588f78ef (diff)
downloadblog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.gz
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.bz2
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.lz
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.xz
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.tar.zst
blog.kummerlaender.eu-eb28fe84b4a139d5937eb1b9e96cd6220a59eb58.zip
Somewhat fleshed out the project pages
* e.g. linked Github and cgit repositories
Diffstat (limited to 'source/00_content/pages/projects/dotfiles.md')
-rw-r--r--source/00_content/pages/projects/dotfiles.md27
1 files changed, 26 insertions, 1 deletions
diff --git a/source/00_content/pages/projects/dotfiles.md b/source/00_content/pages/projects/dotfiles.md
index f18f2f8..b34f0d0 100644
--- a/source/00_content/pages/projects/dotfiles.md
+++ b/source/00_content/pages/projects/dotfiles.md
@@ -1,3 +1,28 @@
# Dotfiles
-…is a collection of the configuration files for my essential tool set.
+…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