Commit graph

10 commits

Author SHA1 Message Date
c47 875cbef0b9 Move ssh-agent.sock to /var/run/user
Totally forgot about /var/run/user directory. There is already a place
for user specific tempfiles, so better use that one instead.
2024-02-17 09:36:41 +01:00
c47 76b83497a2 Add LS_COLORS and move ssh-agent.sock to /tmp
Added my LS_COLORS config to bashrc

Decided to move ssh-agent.sock to a fixed location in /tmp because
removal on shutdown in ~ needs a bunch of configuration for something
already existing in /tmp.
2024-02-17 09:24:45 +01:00
c47 24dfbcb366 Start ssh-agent via bash startup
Export SSH_AUTH_SOCK and start ssh-agent using this socket.
2024-02-03 09:47:47 +01:00
c47 a0d247f2bf Add check for `pidof'
Added a check for pidof's existence and just create a 'pidof' named
function to mimic `pidof' if doesn't exist.
2024-02-03 09:45:59 +01:00
c47 da20795969 Add `-b' to 'cal' alias
Added `-b' to 'cal' alias to have traditional cal output and to get back
the ability to print a whole year with -y.
2024-02-03 09:43:04 +01:00
c47 059412b0d6 Add nix-profile/bin to $PATH 2024-01-27 15:47:11 +01:00
c47 5fb51a2acf Add support for .bashrc.local 2024-01-21 12:58:28 +01:00
c47 4c060aecdd Add `remind' aliases and general float class
Addedd remind aliases to .bash_aliases and a general float class
config to xmonad.
2024-01-21 10:38:16 +01:00
c47 26c783104b Remove default color settings and add missing PATH
Removed Debian's default color config for `ls'
and added missing PATH configuration.
2024-01-13 21:17:27 +01:00
c47 a5c7dc600b Add basic bash startup files and set-links.sh
* bash
    Added basic bash startup files, with basic needed settings and
    possibility to source .bash*.local files for adding local
    configs without adding them to the git repo.

* set-links.sh
    A simple shell script to put symlinks in ${HOME} and
    ${XDG_CONFIG_HOME} and such.
2024-01-13 17:58:33 +01:00