aboutsummaryrefslogtreecommitdiff
path: root/etc/python/pythonrc.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-17etc/lisp-cli/init.lisp: Load enable verbose quicklisp modeEuAndreh1-1/+1
2022-11-17Makefile: Exclude symlinks from "git ls-files" listingEuAndreh1-0/+2
2022-11-17Use opt/bin-dirs/ as a registry of extra manual bin directoriesEuAndreh2-0/+5
2022-11-16etc/sh/root-rc: Fix ShellCheck warningsEuAndreh1-2/+6
2022-11-16etc/guix/system.scm: Add network instability tolerance to OpenSSH daemonEuAndreh1-1/+6
2022-11-16etc/guix/system.scm: Add velhinho.wg entry to /etc/hostsEuAndreh1-0/+1
2022-11-16etc/guix/system.scm: Add id_rsa.pub as authorized keyEuAndreh1-1/+6
2022-11-16Manage the Guix System without using root loginEuAndreh2-12/+2
2022-11-16etc/ssh/known_hosts: Add velhinho's localhost keysEuAndreh1-0/+4
2022-11-16etc/guix/home.scm: Add "rpm" and "cpio" packagesEuAndreh1-0/+2
Those were useful when iterating on the epson-L365 package, that was built from source from an RPM file.
2022-11-16etc/guix/home.scm: Disable broken "rust" packageEuAndreh1-3/+3
2022-11-16etc/ssh/known_hosts: Change remote key for arrobaponto.orgEuAndreh1-4/+2
2022-11-15Revert "etc/guix/home.scm: Add remhind (home-service ...)"EuAndreh1-3/+1
This reverts commit 1fcc6d84829d100f29c718af205f8413bf833707.
2022-11-15Revert "etc/sh/rc: Remove ~/.bashrc symlink"EuAndreh1-0/+2
This reverts commit 8112f1be52f61ccee08d70d9928b562a0f2f2e08. Launching a new "guix shell" or a new st instance doesn't load .profile, but .bashrc instead.
2022-11-13etc/guix/system.scm: Use list literal over using (list ...)EuAndreh1-1/+1
2022-11-13etc/guix/home.scm: Add "gnote" packageEuAndreh1-0/+1
2022-11-13bin/rfc: Fix usage of assert-arg(1)EuAndreh1-1/+1
2022-11-12Revert "Move email, IRC and Atom into Thunderbird"EuAndreh7-1/+407
This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251. I'm still using msmtpq for git-send-email. So I'll have to work that out before removing *all* email configuration.
2022-11-12bin/bins: Add -F optionEuAndreh1-2/+10
2022-11-12Move email, IRC and Atom into ThunderbirdEuAndreh7-407/+1
2022-11-11etc/guix/home.scm: Add "icedove" packageEuAndreh1-0/+1
2022-11-11etc/guix/home.scm: Add GTK, Tk and Qt development packagesEuAndreh1-0/+10
2022-11-11etc/guix/system.scm: Enable Xfce, MATE, LxQt and Enlightenment DEsEuAndreh1-0/+4
2022-11-11etc/guix/system.scm: Enable OpenSSH serviceEuAndreh1-0/+4
2022-11-11etc/guix/system.scm: Enable and configure velhinho<->kuvira WireGuardEuAndreh2-0/+27
2022-11-11etc/guix/home.scm: Add "telegram-desktop" packageEuAndreh1-0/+1
It is being downloaded from a substitute server.
2022-11-11bin/menu: Notify after copying past clipboard value to clipboardEuAndreh1-0/+1
2022-11-11opt/aux/gen-e-list.sh: Fix path to dinheiros.ledgerEuAndreh1-1/+1
2022-11-10etc/guix/home.scm: Add Vala and GTK packagesEuAndreh2-0/+5
Required tools to start developing desktop GUI applications. Also enable the GNOME desktop environment, so that I can test the GTK application in its native environment.
2022-11-10etc/guix/home.scm: Add "hicolor-icon-theme" packageEuAndreh1-0/+1
2022-11-10etc/guix/home.scm: Move $XDG_STATE_HOME to $XDG_PREFIX/var/stateEuAndreh1-1/+1
2022-11-09Revert "bin/backup: Exclude ~/gPodder/ while it is not placed properly"EuAndreh1-1/+0
This reverts commit 80333ea987c38ec217588fe98f590e5c50cf3715. Fixed in accc67c3cc12f7d37e7e86a16b33a74783e53fb0.
2022-11-09etc/guix/home.scm: Fix gPodder data locationEuAndreh1-1/+20
2022-11-08etc/guix/home.scm: Add xdg-desktop-portal package, companion to flatpakEuAndreh1-0/+1
2022-11-07bin/li: Tweak help stringEuAndreh1-1/+1
2022-11-06bin/m: Run mbsync in parallel, with one process per accountEuAndreh3-2/+21
Get the accounts from the list generated by `mailcfg list`.
2022-11-06etc/guix/home.scm: Include many alternative shellsEuAndreh1-0/+13
2022-11-06etc/sh/rc: Rename reload() to r(); remove alias for "r"EuAndreh1-3/+1
2022-11-06etc/sh/rc (PS1): Use early returns on the helper functionsEuAndreh1-28/+37
2022-11-06etc/sh/rc (PS1): Inline call to "vcs ps1"EuAndreh1-5/+1
2022-11-05etc/sh/rc: Remove ~/.bashrc symlinkEuAndreh1-2/+0
Since I'm always in tmux, and tmux loads ~/.profile when launching a new terminal, this file adds little value.
2022-11-05bin/backup: Exclude ~/gPodder/ while it is not placed properlyEuAndreh1-0/+1
2022-11-05Move XDG_* variables from etc/sh/rc to Guix HomeEuAndreh2-7/+19
2022-11-05etc/sh/cronjob.sh: Load ~/.profile over ad-hoc ~/.usr/etc/sh/rc fileEuAndreh1-1/+4
2022-11-05etc/sh/rc: Include $DICPATH in `add_prefix()`EuAndreh1-0/+1
2022-11-05etc/guix/home.scm: Add "gpodder" packageEuAndreh1-0/+1
2022-11-04etc/guix/home.scm: Adapt to newest msmtp bad default valuesEuAndreh1-2/+3
2022-11-04etc/guix/home.scm: Add remhind (home-service ...)EuAndreh1-2/+3
2022-11-04etc/guix/home.scm: Align columns of (home-service ...) entriesEuAndreh1-2/+2
2022-11-04etc/remhind/config.tmpl: Add remhind config template, and generate it in ↵EuAndreh2-0/+8
Makefile