aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/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
commit78020547dae1fd46c330be60fe869fb33477b5e4 (patch)
treedae83ea73daa5585f5793e5be2d57a97c3bd6700 /source/00_content/pages/projects/dotfiles.md
parentded69be933abdb3ff69e3bf1991586a70fd13d63 (diff)
parentdffe5e060399eea7d8a6985664786cc2a5d933ff (diff)
downloadblog.kummerlaender.eu-78020547dae1fd46c330be60fe869fb33477b5e4.tar
blog.kummerlaender.eu-78020547dae1fd46c330be60fe869fb33477b5e4.tar.gz
blog.kummerlaender.eu-78020547dae1fd46c330be60fe869fb33477b5e4.tar.bz2
blog.kummerlaender.eu-78020547dae1fd46c330be60fe869fb33477b5e4.tar.lz
blog.kummerlaender.eu-78020547dae1fd46c330be60fe869fb33477b5e4.tar.xz
blog.kummerlaender.eu-78020547dae1fd46c330be60fe869fb33477b5e4.tar.zst
blog.kummerlaender.eu-78020547dae1fd46c330be60fe869fb33477b5e4.zip
Merge commit 'dffe5e060399eea7d8a6985664786cc2a5d933ff' as 'source/00_content'
Diffstat (limited to 'source/00_content/pages/projects/dotfiles.md')
-rw-r--r--source/00_content/pages/projects/dotfiles.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/source/00_content/pages/projects/dotfiles.md b/source/00_content/pages/projects/dotfiles.md
new file mode 100644
index 0000000..b34f0d0
--- /dev/null
+++ b/source/00_content/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