aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* etc/guix/system.scm: Remove extra packagesEuAndreh2024-08-121-3/+1
|
* etc/guix/system.scm: Remove i3EuAndreh2024-08-121-2/+1
|
* etc/guix/system.scm: Add (now required) containerd-service-typeEuAndreh2024-08-121-0/+1
|
* etc/guix/system.scm: Remove custom xmonadEuAndreh2024-08-121-24/+2
|
* etc/guix/system.scm: Add fixed "xmonad-wm" packageEuAndreh2024-08-081-3/+26
|
* etc/sh/rc: Shrink $GOLDFLAGSEuAndreh2024-08-081-1/+1
|
* etc/guix/home.scm: Get go packages from (org euandre queue)EuAndreh2024-08-051-2/+3
|
* etc/sh/rc: Disable quit confirmation from gdbEuAndreh2024-08-051-1/+1
|
* etc/sh/rc: Add $YFLAGS, $GOCFLAGS and $GOLDFLAGSEuAndreh2024-08-051-0/+3
|
* etc/guix/system.scm: Remove nginx serviceEuAndreh2024-08-051-11/+0
|
* etc/guix/home.scm: Disable broken scikit-learnEuAndreh2024-07-151-1/+1
|
* etc/guix/home.scm: Re-add libreofficeEuAndreh2024-07-151-0/+1
|
* etc/guix/home.scm: Remove pytest-xdist packageEuAndreh2024-07-151-1/+0
|
* etc/guix/home.scm: Add motif packageEuAndreh2024-07-151-1/+3
|
* etc/sh/rc: Remove -fsanitize=undefined fro $CFLAGS and $LDFLAGSEuAndreh2024-07-031-2/+1
|
* mv bin/e bin/eeEuAndreh2024-07-032-1/+2
|
* Simplify code used by xmobarEuAndreh2024-06-162-1/+5
| | | | | Remove the endless loop, and stop polling the system while doing nothing.
* etc/xmonad/xmonad.hs: Add keybindings for switching monitors setupEuAndreh2024-06-161-0/+4
|
* etc/sh/rc: Use C17 in $CCFLAGS!EuAndreh2024-06-161-1/+1
| | | | | | POSIX 2024 has been published! https://news.ycombinator.com/item?id=40679809
* etc/sh/rc: Remove -g from $CCFLAGS and -static from $LLDFLAGSEuAndreh2024-06-161-5/+3
|
* bin/uri: Unbuffer when processing an stream onlineEuAndreh2024-06-161-2/+4
|
* bin/with-{one-monitor,two-monitors}: Add output from arandr(1)EuAndreh2024-06-162-0/+4
|
* etc/sh/rc: Add -fsanitize=undefined to $LDFLAGSEuAndreh2024-06-091-2/+2
|
* etc/guix/home.scm: Add "fontconfig" and "freetype" packages: dependencies ↵EuAndreh2024-06-051-0/+2
| | | | for building "vt"
* etc/git/ignore: RemoveEuAndreh2024-06-051-8/+0
|
* etc/sh/rc: Add alias for gdbEuAndreh2024-06-031-0/+1
|
* etc/sh/rc: Use vcs(1) in f()EuAndreh2024-05-231-1/+1
|
* etc/guix/home.scm: Add "ruby-asciidoctor" packageEuAndreh2024-05-231-0/+1
|
* bin/vcs: Add fossil functionsEuAndreh2024-05-171-0/+12
|
* etc/guix/home.scm: Add tcl package (for açude)EuAndreh2024-05-171-0/+1
|
* etc/guix/home.scm: Add "diff-so-fancy" packageEuAndreh2024-05-161-0/+1
|
* etc/guix/home.scm: Include extra outputs and explicit "out" outputsEuAndreh2024-05-161-7/+10
|
* etc/guix/home.scm: Include static output of sqliteEuAndreh2024-05-161-1/+2
|
* etc/sh/rc: Add $ADA_INCLUDE_PATH and $ADA_OBJECTS_PATH to add_prefix()EuAndreh2024-05-151-2/+5
|
* etc/sh/rc: Man bc(1) alias quiet (-q) by defaultEuAndreh2024-05-151-1/+1
|
* etc/backupit.txt: Add backupit configEuAndreh2024-05-111-0/+1
|
* bin/{backup,borgy}: Move to dedicated "backupit" repositoryEuAndreh2024-05-112-76/+0
|
* etc/sh/rc: Add $DICTEuAndreh2024-05-101-0/+1
|
* bin/ifnew: Move to eutEuAndreh2024-05-101-110/+0
|
* bin/nicely: Muve to its own dedicated packageEuAndreh2024-05-091-67/+0
|
* bin/statusconv: Move to eutEuAndreh2024-05-091-50/+0
|
* bin/backup: Update help stringEuAndreh2024-05-092-9/+3
|
* etc/sh/rc: export $LDFLAGSEuAndreh2024-05-091-0/+2
|
* bin/...: Move utilities to the dedicated "eut" packageEuAndreh2024-05-097-642/+0
|
* bin/backup: Further simplify this backup scriptEuAndreh2024-05-091-37/+7
|
* etc/guix/home.scm: Include "static" and "debug" outputs of "gcc-toolchain" ↵EuAndreh2024-05-091-0/+2
| | | | | | package Mainly so that I can now say `gcc -static main.c`.
* etc/sh/rc: Rename timestamp() to timestamp_fn()EuAndreh2024-05-081-2/+2
|
* etc/guix/home.scm: Add "libxft" packageEuAndreh2024-05-061-0/+1
|
* Revert "etc/guix/home.scm: Remove "gcc-toolchain""EuAndreh2024-05-031-0/+1
| | | | | | | This reverts commit 7b3d3365ef77bb6969b61b4afc19dc14dd5c082e. The "gcc-toolchain" package contains much more than just gcc(1) as I found out, like gencat(1), ldd(1), getconf(1), iconv(1), etc.
* etc/guix/home.scm: Add back "qrencode" packageEuAndreh2024-05-031-0/+1
|