65 lines
3.1 KiB
Org Mode
65 lines
3.1 KiB
Org Mode
#+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
|
|
[[http://www.gnu.org][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 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.
|
|
|
|
* Dotfiles
|
|
|
|
I'm working on putting all of my configuration files (dotfiles) in
|
|
~org-mode~, with ~org-babel~'s literate programming support.
|
|
|
|
- [[http://org.ryuslash.org/dotfiles/emacs/init.html][Emacs]] :: My favorite editor.
|
|
- [[http://org.ryuslash.org/dotfiles/Xdefaults/Xdefaults.html][Xdefaults]] :: Settings for multiple X programs.
|
|
- [[http://org.ryuslash.org/dotfiles/Xmodmap/Xmodmap.html][Xmodmap]] :: X keyboard and mouse preferences.
|
|
- [[http://org.ryuslash.org/dotfiles/diary/diary.html][Diary]] :: A diary (appointments) file for emacs.
|
|
- [[http://org.ryuslash.org/dotfiles/sawfish/rc.html][Sawfish]] :: A very cool window manager, especially if you like
|
|
emacs.
|
|
- [[Beets]] :: A nifty little digital music collection manager.
|
|
- [[http://org.ryuslash.org/dotfiles/cower/config.html][Cower]] :: A simple CLI for the [[https://aur.archlinux.org][Archlinux User Repository]].
|
|
- [[http://org.ryuslash.org/dotfiles/pentadactyl/pentadactylrc.html][Pentadactyl]] :: A firefox extension for vi-like key-bindings.
|
|
- [[http:://org.ryuslash.org/dotfiles/xinit/xinitrc.html][X init]] :: X initialization script.
|
|
- [[http://org.ryuslash.org/dotfiles/fish/config.html][Fish]] :: A pretty cool shell.
|