summaryrefslogtreecommitdiffstats
path: root/site/index.org
blob: a20e5d0244c604579e6720e311664ad48ef75010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#+TITLE: oni org
#+OPTIONS: toc:nil num:nil author:nil email:nil creator:nil
#+LANGUAGE: en
#+LINK_HOME: http://ryuslash.org
#+LINK_UP: http://ryuslash.org
#+STARTUP: showall

#+begin_html
  <script src="/keyjs.js" type="text/javascript"></script>
  <script type="text/javascript">
    keyjs_initialize({ "u": [ "keyjs_goto", "http://ryuslash.org" ],
                       "h": [ "keyjs_goto", "http://ryuslash.org" ] });
  </script>
#+end_html

- [[http://ryuslash.org/][Front page]]
- [[file:blog/index.org][Blog]]

* About

  I'm a programming, free software and GNU/Linux enthusiast. I'm also
  a programmer professionally, so that works out well.

  I was born in the Netherlands, live in Belgium and work for a dutch
  company. I have been using GNU/Linux since 2008, having settled on
  [[http://www.archlinux.org][Archlinux]] after trying [[http://www.ubuntu.com][Ubuntu]], [[http://fedoraproject.org][Fedora]] and [[http://zenwalk.org][Zenwalk]]. I have been using
  [[emacs][GNU Emacs]] since not long after switching over to GNU/Linux.

  I can be contacted through email (tom at ryuslash dot org) or any
  other place you can find me, really.

** Other places to find me

   - [[https://diasp.org/u/ryuslash][Diasp*]]
   - [[http://gitorious.org/%7Eryuslash][Gitorious]]
   - [[http://identi.ca/ryuslash][identi.ca]]
   - [[http://www.emacswiki.org][EmacsWiki]]
   - [[http://github.com/ryuslash][github]]
   - [[http://www.goodreads.com/ryuslash][goodreads]]

* Projects

  - [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :: An [[emacs][Emacs]] minor mode for automatically
       committing changes to a file.
  - [[file:projects/ryuslash.org][ryuslash.org]] :: My front page.
  - [[file:projects/eye-on-manga.org][eye-on-manga]] :: A manga collection manager for my N900 phone.
  - [[file:projects/org-blog.org][org-blog]] :: A continuation of David O'Toole's ~org-blog~ module for
                [[emacs][Emacs]].
  - [[file:projects/dispass.el.org][dispass.el]] :: An [[emacs][Emacs]] wrapper for DisPass.
  - [[file:projects/gitto.org][gitto]] :: A utility for keeping track of my git repositories'
             status.

* Dotfiles

  I'm working on putting all of my configuration files (dotfiles) in
  ~org-mode~, with ~org-babel~'s literate programming support.

  - [[file:dotfiles/emacs/init.org][Emacs]] :: My favorite editor.
  - [[file:dotfiles/Xdefaults/Xdefaults.org][Xdefaults]] :: Settings for multiple X programs.
  - [[file:dotfiles/Xmodmap/Xmodmap.html][Xmodmap]] :: X keyboard and mouse preferences.
  - [[file:dotfiles/diary/diary.html][Diary]] :: A diary (appointments) file for [[emacs][Emacs]].
  - [[file:dotfiles/sawfish/rc.html][Sawfish]] :: A very cool window manager, especially if you like
               [[emacs][Emacs]].
  - [[file:dotfiles/beets/beetsconfig.org][Beets]] :: A nifty little digital music collection manager.
  - [[file:dotfiles/cower/config.html][Cower]] :: A simple CLI for the [[https://aur.archlinux.org][Archlinux User Repository]].
  - [[file:dotfiles/pentadactyl/pentadactylrc.html][Pentadactyl]] :: A firefox extension for vi-like key-bindings.
  - [[file:dotfiles/xinitrc/xinitrc.html][X init]] :: X initialization script.
  - [[file:dotfiles/fish/config.html][Fish]] :: A pretty cool shell.