git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bugfix: count (plus proper "doc-string")H. P. 2022-03-211-1/+2
* check for DFDISTRIB, less output on rmH. P. 2022-03-211-3/+9
* tags for other tasksH. P. 2022-03-211-0/+6
* +doc for SSHAGHH. P. 2022-03-211-0/+2
* Execute ssh agent only on machines we want to be the sourceH. P. 2022-03-212-1/+7
* distribution mechanism, more targets in makeH. P. 2022-03-213-4/+40
* Makefile and distribute dir for "git-less" serversH. P. 2022-03-212-0/+10
* adding distribute folder for servers which cannot reach gitH. P. 2022-03-212-0/+3
* varname fumbleH. P. 2022-03-211-1/+1
* +function for adding ssh keysH. P. 2022-03-212-1/+10
* ...already marked for export in postexecH. P. 2022-03-211-1/+0
* mark SSH agent variables for exportH. P. 2022-03-211-0/+1
* [2]H. P. 2022-03-211-1/+1
* Adding postexec for "last-mile tasks"H. P. 2022-03-211-0/+4
* Doesn't workH. P. 2022-03-211-8/+0
* intermed: squeeze double ; after sourcing sshenvH. P. 2022-03-211-1/+1
* "typo": wrong folderH. P. 2022-03-191-1/+1
* +ssh-agent-launcher in bashexecH. P. 2022-03-191-0/+4
* Initial commitH. P. 2022-03-1921-0/+1101
"k">then read -p "Start: e16, xmonad, gnome or kde? " STXTARG [ -z "$STXTARG" ] && STXTARG="xmonad" fi case "$STXTARG" in e16) diff ~/.xsession-e16 ~/.xsession &> /dev/null [ "$?" -ne 0 ] && ln -sf .xsession-e16 ~/.xsession ;; xmonad) diff ~/.xsession-xmonad ~/.xsession &> /dev/null [ "$?" -ne 0 ] && ln -sf .xsession-xmonad ~/.xsession ;; gnome) diff ~/.xsession-gnome ~/.xsession &> /dev/null [ "$?" -ne 0 ] && ln -sf .xsession-gnome ~/.xsession ;; kde) diff ~/.xsession-kde ~/.xsession &> /dev/null [ "$?" -ne 0 ] && ln -sf .xsession-kde ~/.xsession ;; *) echo "Sorry, I don't know $STXTARG as window manager." exit 1 ;; esac startx