aboutsummaryrefslogtreecommitdiff
path: root/etc/python/pythonrc.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-11etc/guix/home.scm: Inline definition of clipmenu-latest from org-euandre channelEuAndreh1-4/+92
2023-03-11etc/guix/channels.scm: Update path to "org-euandre" channelEuAndreh1-1/+1
2023-03-11bin/email: Avoid erros with echo by replacing it with printfEuAndreh1-1/+1
2023-03-11etc/lisp-cli/init.lisp: Add definition of #'FMTEuAndreh1-0/+3
2023-03-11etc/sh/rc: Remove special handling of $TMUX in $PS1EuAndreh1-8/+2
2023-03-08etc/ssh/: Add zh3051.rsync.net key and host aliasEuAndreh2-5/+8
2023-03-08etc/ssh/: Add hk-s0s0.rsync.net key and host aliasEuAndreh2-1/+6
2023-03-07etc/guix/home.scm: Replace pytest libs with ones that can run in parallel ↵EuAndreh1-2/+2
and do coverage
2023-03-07etc/sh/rc: Case-insensitive search by default in g()EuAndreh1-1/+1
2023-03-07bin/80: Adapt to the working vcs(1)EuAndreh1-1/+1
2023-03-07etc/sh/rc: s/$N_PROCS/$NPROC/gEuAndreh1-3/+3
2023-03-04etc/sh/rc: Ignore binary files on g()EuAndreh1-1/+1
2023-03-03bin/gc: Remove gc_email stepEuAndreh1-7/+0
2023-03-03etc/guix/home.scm: Add "acl" packageEuAndreh1-0/+1
2023-03-03etc/guix/system.scm: Stop filtering wget from packagesEuAndreh1-3/+1
2023-03-03etc/sh/rc: Use 60% for the preview window in g()EuAndreh1-1/+1
2023-03-03bin/re: Silence ShellCheck false positiveEuAndreh1-0/+1
2023-03-03Don't hardcode value for SSH authorized_keysEuAndreh2-5/+1
Instead of using (local-file ...) in the openssh-service-type configuration, and then replicating that on configuration.nix, instead remove the hardcoded values from the system configuration and make it dynamic, by putting it on the ~/.ssh/authorized_keys file itself.