aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bin/gc: Fix password input to sudoEuAndreh2022-08-131-1/+1
|
* bin/forever: Report on the status code of each runEuAndreh2022-08-131-1/+3
|
* bin/: Add examples to help stringsEuAndreh2022-08-1310-1/+175
|
* bin/player: Add working utilityEuAndreh2022-08-131-0/+136
|
* bin/menu: Add working utilityEuAndreh2022-08-131-0/+1571
|
* bin/password: Delete in favor of gen-passwordEuAndreh2022-08-132-58/+1
|
* bin/: Replace usage of assert_arg with assert-argEuAndreh2022-08-137-72/+14
|
* bin/httpno: Add working utilityEuAndreh2022-08-131-0/+150
|
* bin/gen-password: Add working utilityEuAndreh2022-08-131-0/+73
|
* bin/untill: Add working utilityEuAndreh2022-08-131-0/+83
|
* bin/n-times: Add working utilityEuAndreh2022-08-131-0/+73
|
* bin/{uc,lc}: Add working utilitiesEuAndreh2022-08-132-0/+140
|
* bin/git-cleanup: Add working utilityEuAndreh2022-08-131-0/+74
|
* bin/forever: Add working utilityEuAndreh2022-08-131-0/+66
|
* bin/dice: Add working utilityEuAndreh2022-08-131-0/+66
|
* bin/m: Add working utilityEuAndreh2022-08-131-0/+64
|
* bin/grun: Improve help stringEuAndreh2022-08-131-3/+3
|
* etc/sh/cronjob.sh: Satisfy ShellCheckEuAndreh2022-08-131-1/+1
|
* bin/e: Avoid infinite recursion by checking if $EDITOR is already "e"EuAndreh2022-08-131-0/+3
|
* etc/guix/home.scm: Add cronjob to run "check"EuAndreh2022-08-131-3/+4
|
* etc/guix/system.scm: Setup unattended-upgradeEuAndreh2022-08-121-0/+2
|
* etc/guix/home.scm: Setup working cronjobsEuAndreh2022-08-125-31/+126
|
* bin/{with-,}email: Add "Examples" section to help stringEuAndreh2022-08-122-0/+25
|
* etc/guix/home.scm: Add a bunch of packagesEuAndreh2022-08-121-6/+74
| | | | | | | For: - basic desktop usage; - improving my workflow; - compiling projects from source.
* etc/guix/home.scm: Update path to "my-profile"EuAndreh2022-08-121-1/+1
|
* etc/guix/home.scm: Fix s1: prefixEuAndreh2022-08-121-2/+2
|
* etc/guix/system.scm: Add Haskell and Guile code for base desktop systemEuAndreh2022-08-121-1/+5
|
* etc/guix/system.scm: Add pt_BR.UTF-8 locale to systemEuAndreh2022-08-121-0/+8
|
* etc/sh/rc: Load noise cancelling in system.scmEuAndreh2022-08-122-1/+11
|
* bin/bins: Add helper utility for listing binariesEuAndreh2022-08-121-0/+73
|
* etc/ssh/known_hosts: Add camarada.site entryEuAndreh2022-08-121-0/+1
|
* etc/tmux/tmux.conf: Add navigation keybindingsEuAndreh2022-08-121-0/+4
|
* etc/i3status/config: Add "general" sectionEuAndreh2022-08-121-0/+5
|
* etc/i3/config: Simplify and settleEuAndreh2022-08-121-29/+25
|
* etc/{bash => sh}/rc: Separate Bash-specific code, remove unused codeEuAndreh2022-08-121-148/+102
|
* etc/ranger/rc.conf: Add key bindingsEuAndreh2022-08-121-0/+3
|
* mv etc/bash/check.sh etc/sh/check.shEuAndreh2022-08-121-4/+7
|
* mv etc/bash/privrc.sh etc/sh/privrc.shEuAndreh2022-08-121-0/+0
|
* etc/{bash => sh}/vcs-ps1.sh: Add shell_status_jobs and shell_status_levelEuAndreh2022-08-121-3/+32
|
* etc/tmux/tmux.conf: Use "-" like "cd -" doesEuAndreh2022-08-121-0/+1
|
* etc/tmux/tmux.conf: Increase contrast of status barEuAndreh2022-08-121-2/+2
|
* etc/xmonad/: Remove xmonad configuration filesEuAndreh2022-08-122-126/+0
|
* etc/guix/channels.scm: Fix path to xyz-euandreh channelEuAndreh2022-08-121-1/+1
|
* etc/git/ignore: Add /FIXMEEuAndreh2022-08-121-0/+1
|
* bin/msg: Support good and bad messages via -0 and -1EuAndreh2022-08-121-7/+24
|
* bin/boop: Add optional -m MESSAGE, and use `msg` over playing sound directlyEuAndreh2022-08-121-7/+16
|
* bin/backup: Make tag optional and script verbose by defaultEuAndreh2022-08-121-20/+12
|
* bin/80: Add helper utilityEuAndreh2022-08-121-0/+85
|
* bin/color: Replace ad-hoc `assert_arg()` with `assert-arg`EuAndreh2022-08-121-10/+4
|
* bin/color: Add "Examples" section to help stringEuAndreh2022-08-121-1/+17
|