x-terminal-emulator (121B)
1 #!/bin/sh -eu 2 iofile="${HOME}/.cache/st/$(date +%Y-%m-%d/%H-%M-%S).$$" 3 mkdir -p "${iofile%/*}" 4 exec st -o "$iofile" "$@"
dotfilesconfiguration files for shell, text editor, graphical environment, etc. | ||
git clone git://src.adamsgaard.dk/dotfiles # fast git clone https://src.adamsgaard.dk/dotfiles.git # slow | ||
Log | Files | Refs | README | LICENSE | Back to index |