aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/nix/configuration.nix: Enable documentation.man with cacheEuAndreh2023-09-051-0/+5
|
* etc/nix/configuration.nix: Add "arduino" packageEuAndreh2023-09-031-0/+1
|
* etc/guix/home.scm: Add "avr-toolchain" packageEuAndreh2023-08-311-0/+1
|
* etc/sh/rc: Rename clear terminal alias "c" -> "cls"EuAndreh2023-08-301-1/+1
|
* etc/sh/rc: Enable autoindent in $EXINITEuAndreh2023-08-281-0/+1
|
* bin/muffle: Add new working utilityEuAndreh2023-08-271-0/+79
|
* etc/guix/system.scm: Add local nginx serverEuAndreh2023-08-231-0/+12
|
* etc/git/ignore: Add /tagsEuAndreh2023-08-221-0/+1
|
* etc/sh/rc: Add $LEIN_HOMEEuAndreh2023-08-222-0/+2
|
* etc/ctags/default.ctags: Add initial config with common optionsEuAndreh2023-08-211-0/+3
|
* etc/guix/home.scm: Add "universal-ctags" packageEuAndreh2023-08-212-1/+1
| | | | Use the default name emitted by ctags(1) in $EXINIT.
* etc/sh/rc: export separate from NPROC definitionEuAndreh2023-08-211-1/+2
|
* etc/guix/home.scm: texlive -> texlive-bin packageEuAndreh2023-08-201-1/+1
|
* etc/sh/rc: Set $NPROC to `nproc`EuAndreh2023-08-201-1/+1
|
* bin/reconfigure: Always reconfigure "guix home" lastEuAndreh2023-08-191-2/+2
|
* etc/sh/rc: Override PATH to include $PREFIX at the beginningEuAndreh2023-08-181-1/+1
|
* etc/guix/home.scm: Add "zig" packageEuAndreh2023-08-171-0/+1
|
* bin/msg: Improve help stringEuAndreh2023-08-151-5/+5
|
* etc/guix/home.scm: Add "pyserial" packageEuAndreh2023-08-141-0/+3
|
* etc/guix/system.scm: Add comments as annotations on how /swapfile was createdEuAndreh2023-08-111-0/+5
|
* bin/aux: Exit on -i optionEuAndreh2023-08-081-0/+1
|
* Makefile: Allow "bin/aux" to contain "FIXME"EuAndreh2023-08-081-0/+1
|
* bin/aux: Add -i optionEuAndreh2023-08-071-1/+14
|
* Makefile: Add proper dependency between txt files and scriptEuAndreh2023-08-051-5/+9
|
* etc/git/ignore: Ignore .envrc by defaultEuAndreh2023-08-041-0/+1
|
* Revert "etc/guix/home.scm: Revert back to upstream "curl" package"EuAndreh2023-08-041-2/+13
| | | | This reverts commit 53e39a3a8cd3423ff902af241a6c1cf37d2aba09.
* etc/guix/home.scm: Revert back to upstream "curl" packageEuAndreh2023-08-031-13/+2
|
* bin/boop: Fix "usage()" messageEuAndreh2023-07-311-2/+3
|
* etc/guix/home.scm: Add "filezilla" packageEuAndreh2023-07-301-0/+1
|
* etc/guix/home.scm: Remove "ungoogle-chromium" packageEuAndreh2023-07-301-1/+0
|
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-2966-374/+374
|
* etc/sh/rc: When X is available, set the keyboard "Insert" keyEuAndreh2023-07-261-0/+1
|
* etc/sh/rc: Remove $EXINIT mapping from tab char in command modeEuAndreh2023-07-181-1/+1
|
* etc/guix/home.scm: Add WIP package definition for "neosurf"EuAndreh2023-07-161-1/+85
|
* etc/guix/home.scm: Use tmux-plugin-continuum from upstreamEuAndreh2023-07-161-43/+2
|
* bin/gc: Remove vcs GCEuAndreh2023-07-161-7/+0
| | | | Instead run GC on repos when needed, manually.
* etc/guix/home.scm: Add packages for compiling netsurfEuAndreh2023-07-151-0/+7
|
* opt/bin-dirs/lisp-{cli,image}: Remove link from dotfilesEuAndreh2023-07-152-2/+0
| | | | | As each computer has its own set of repositories, having this as shared config doesn't make sense.
* etc/guix/home.scm: Add packages for building neosurfEuAndreh2023-07-151-0/+4
|
* etc/sh/rc: Add note on $EXINITEuAndreh2023-07-141-0/+3
|
* etc/guix/home.scm: Add "python-sphinx-rtd-theme" packageEuAndreh2023-07-141-0/+1
|
* bin/gc: Tolerate guix failing commandsEuAndreh2023-07-121-3/+5
|
* Move awscli package from guix to nix, from v1 to v2EuAndreh2023-07-122-2/+2
|
* bin/gc: Add missing attribution to $CMDEuAndreh2023-07-121-0/+1
|
* bin/gc: Allow word splitting (ShellCheck offense)EuAndreh2023-07-121-0/+1
|
* bin/gc: Make it more flexible by accepting multiple TYPE argumentsEuAndreh2023-07-111-20/+26
|
* etc/sh/rc: Increase priority of $XDG_PREFIX/bin in $PATHEuAndreh2023-07-111-1/+1
|
* etc/sh/rc: Use FILE of PATH as the name of the argumentEuAndreh2023-07-111-1/+1
|
* etc/nix/configuration.nix: Enable VPN service and packageEuAndreh2023-07-111-0/+2
|
* etc/sh/rc: Change $LISP_CLI_IMPL to SBCLEuAndreh2023-07-101-1/+1
| | | | | ClozureCL isn't picking up systems, and CLISP doesn't implement package-local nicknames.