aboutsummaryrefslogtreecommitdiff
path: root/etc/python/pythonrc.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-14bin/forever: Add "-n" option, remove long optionsEuAndreh1-45/+7
2024-11-14bin/clean: Shrink to the minimumEuAndreh1-66/+1
2024-10-17etc/guix/home.scm: Add editline packageEuAndreh1-0/+1
2024-10-17etc/guix/home.scm: Add scryptkdf packageEuAndreh1-0/+1
2024-10-17etc/guix/home.scm: Replace sqlite with acudeEuAndreh1-3/+1
2024-10-12bin/muffle: Speed upEuAndreh1-10/+5
First, use sort -m, as both inputs are already sorted. This both changes from it from O(n*log(n)) to O(n), and allows sort(1) to produce streaming output, instead of sponging all the input, and potentially spilling to disk during the process. Second, use awk(1) when looping. Not only awk(1) is made for this type of job, but also we only call it once and let it do the loop, over looping manually and calling '['(1), printf() and cut(1) on each iteration. Now we call cut(1) only once. It went from being annoying enough to make me pause considering using to being unnoticeable.
2024-09-30etc/guix/home.scm: Add mpv packageEuAndreh1-0/+1
2024-09-30etc/sh/rc: Add xmodmap config for "/" and "?"EuAndreh2-1/+5
2024-09-16etc/xmobar/velhinho: Include /mnt/doisEuAndreh1-1/+1
2024-09-11bin/serve: Add -n optionEuAndreh1-3/+10
2024-08-29rm bin/untill: Moved to eutEuAndreh1-94/+0
2024-08-24etc/ssh/config.tmpl: Disable PasswordAuthentication by defaultEuAndreh1-0/+1
2024-08-24etc/ssh/known_hosts: Add entry for asamiEuAndreh1-3/+3
2024-08-24etc/ssh/config.tmpl: Add "asami" and commentsEuAndreh1-0/+7
2024-08-24etc/ssh/config.tmpl: Simple reorderEuAndreh1-7/+7
2024-08-21etc/git/config: advice.forceDeleteBranch = falseEuAndreh1-0/+1
2024-08-20system.scm: Better instructions on creating /swapfileEuAndreh1-5/+7
2024-08-17etc/guix/home.scm: Add "entr" and "inotify-tools" packagesEuAndreh1-0/+2
2024-08-17etc/guix/{home,system}.scm: Rename queue: -> q:EuAndreh2-6/+6
2024-08-17etc/guix/channels.scm: Update to new channel referenceEuAndreh1-2/+2
2024-08-12etc/guix/system.scm: Remove extra packagesEuAndreh1-3/+1
2024-08-12etc/guix/system.scm: Remove i3EuAndreh1-2/+1
2024-08-12etc/guix/system.scm: Add (now required) containerd-service-typeEuAndreh1-0/+1
2024-08-12etc/guix/system.scm: Remove custom xmonadEuAndreh1-24/+2
2024-08-08etc/guix/system.scm: Add fixed "xmonad-wm" packageEuAndreh1-3/+26
2024-08-08etc/sh/rc: Shrink $GOLDFLAGSEuAndreh1-1/+1
2024-08-05etc/guix/home.scm: Get go packages from (org euandre queue)EuAndreh1-2/+3
2024-08-05etc/sh/rc: Disable quit confirmation from gdbEuAndreh1-1/+1
2024-08-05etc/sh/rc: Add $YFLAGS, $GOCFLAGS and $GOLDFLAGSEuAndreh1-0/+3
2024-08-05etc/guix/system.scm: Remove nginx serviceEuAndreh1-11/+0
2024-07-15etc/guix/home.scm: Disable broken scikit-learnEuAndreh1-1/+1
2024-07-15etc/guix/home.scm: Re-add libreofficeEuAndreh1-0/+1
2024-07-15etc/guix/home.scm: Remove pytest-xdist packageEuAndreh1-1/+0
2024-07-15etc/guix/home.scm: Add motif packageEuAndreh1-1/+3
2024-07-03etc/sh/rc: Remove -fsanitize=undefined fro $CFLAGS and $LDFLAGSEuAndreh1-2/+1
2024-07-03mv bin/e bin/eeEuAndreh2-1/+2
2024-06-16Simplify code used by xmobarEuAndreh2-1/+5
Remove the endless loop, and stop polling the system while doing nothing.
2024-06-16etc/xmonad/xmonad.hs: Add keybindings for switching monitors setupEuAndreh1-0/+4
2024-06-16etc/sh/rc: Use C17 in $CCFLAGS!EuAndreh1-1/+1
POSIX 2024 has been published! https://news.ycombinator.com/item?id=40679809
2024-06-16etc/sh/rc: Remove -g from $CCFLAGS and -static from $LLDFLAGSEuAndreh1-5/+3
2024-06-16bin/uri: Unbuffer when processing an stream onlineEuAndreh1-2/+4
2024-06-16bin/with-{one-monitor,two-monitors}: Add output from arandr(1)EuAndreh2-0/+4
2024-06-09etc/sh/rc: Add -fsanitize=undefined to $LDFLAGSEuAndreh1-2/+2
2024-06-05etc/guix/home.scm: Add "fontconfig" and "freetype" packages: dependencies ↵EuAndreh1-0/+2
for building "vt"
2024-06-05etc/git/ignore: RemoveEuAndreh1-8/+0
2024-06-03etc/sh/rc: Add alias for gdbEuAndreh1-0/+1
2024-05-23etc/sh/rc: Use vcs(1) in f()EuAndreh1-1/+1
2024-05-23etc/guix/home.scm: Add "ruby-asciidoctor" packageEuAndreh1-0/+1
2024-05-17bin/vcs: Add fossil functionsEuAndreh1-0/+12
2024-05-17etc/guix/home.scm: Add tcl package (for açude)EuAndreh1-0/+1