blob: 91741168ad31f3acada9b6670f1ec513cbc0f263 (
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
|
#+TITLE: My Configurations for Gentoo/Debian Linux
My emacs configurations can be found [[https://github.com/BardofSprites/.emacs.d][here]]. My ~st~, ~dwm~, ~dwmblocks~, and ~dmenu~ builds are on my profile as well.
[[file:img/2024-11-21.png]]
In image: GNU Emacs with org mode document open. Featured colorscheme ~ef-frost~.
* Fvwm
** Colorsets
I have implemented colors from [[https://protesilaos.com/emacs][Protesilaos Stavrou's]] wonderful ~modus-themes~ and ~ef-themes~ GNU Emacs packages as FVWM colorsets. You can check out the screenshots for [[https://protesilaos.com/emacs/modus-themes-pictures][modus-themes]] and [[https://protesilaos.com/emacs/ef-themes-pictures][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.
**** Dependencies
+ sbcl
+ [[https://github.com/tsoding/sowon][sowon]]
+ notify-send
+ dunst
**** Installation
You should compile it with:
#+begin_src shell
sbcl --script ~/.local/bin/scripts/lisp/study.lisp
#+end_src
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.
|