aboutsummaryrefslogtreecommitdiff

My emacs configurations can be found here. My st, dwm, dwmblocks, and dmenu builds are on my profile as well.

Pictures?

I have a image gallery on my website

Fvwm

Colorsets

I have implemented colors from Protesilaos Stavrou's wonderful modus-themes and ef-themes GNU Emacs packages as FVWM colorsets. You can check out the screenshots for modus-themes and ef-themes to preview the colors if you don't want to test out my dotfiles.

Scripts

Common Lisp/Scheme Scripts

My Common Lisp/Scheme scripts are located in bin/.local/bin/scripts/lisp/.

study.lisp

A simple work session manager with notifications.

  1. Dependencies

    • sbcl
    • sowon
    • notify-send
    • dunst
  2. Installation

    You should compile it with:

    sbcl --script ~/.local/bin/scripts/lisp/study.lisp
    

    and then you can add the binary to path or move it to another directory (ex: /usr/local/bin).

wallpaper.scm

in progress.

TODO Bash scripts

in progress.

TODO perl scripts

in progress.