aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* open: Explicitly use firefox to open html filesEuAndreh2021-01-221-1/+1
|
* scripts/post.sh: Use fully qualified "$OUT" path so it can work from anywhereEuAndreh2021-01-201-2/+3
|
* scripts/post.sh: Fix generation of slidesEuAndreh2021-01-191-5/+9
|
* scripts/post.sh: STDOUT filename for use with backticksEuAndreh2021-01-171-5/+7
|
* Split sheband line from shell optionsEuAndreh2021-01-1710-10/+20
|
* scripts/post.sh: Add trailing newlineEuAndreh2021-01-171-2/+2
|
* Fix color sourcing in gc.sh scriptEuAndreh2021-01-173-13/+20
|
* scripts/c: Make it $TMUX awareEuAndreh2021-01-171-1/+5
|
* Embed export-keys.sh and copy-public-key.sh into README.mdEuAndreh2021-01-172-58/+0
| | | | I'd rather not automate these types of things.
* Move xmonad/xmobar scripts into xmonad/scripts/EuAndreh2021-01-1710-1578/+0
|
* Move cron scripts into cron/, remove ad-hoc subfolderEuAndreh2021-01-1749-558/+1
|
* Remove unused scriptsEuAndreh2021-01-176-113/+0
| | | | | | | | git-search, git-tarball.sh, guix-env.sh and burn-nixos.sh: Now I'd rather do manually what those scripts automate. notmuch-dump.sh, notmuch-restore.sh: Stop relying on notmuch so much, trying to stick to mail folders
* Stop generating ~/.bash.env, remove nix-search-update-job.shEuAndreh2021-01-172-36/+0
|
* scripts/cron/deliver-my-enqueued-emails.sh: Use explicit subshellEuAndreh2021-01-161-1/+1
|
* scripts/cron/deliver-my-enqueued-emails.sh: Use find over for loopEuAndreh2021-01-161-6/+3
|
* scripts/ad-hoc/post.sh: Load colors.shEuAndreh2021-01-161-0/+3
|
* Add scripts/ad-hoc/vlcEuAndreh2021-01-161-0/+21
|
* scripts/ad-hoc/gc-nix.sh: ShellCheckEuAndreh2021-01-161-0/+1
|
* gc-nix.sh: Source colors.shEuAndreh2021-01-161-0/+1
|
* dmenu-emoji.sh: Fix script to work from any pathEuAndreh2021-01-151-1/+3
|
* hd.sh: rsync user-data to HDEuAndreh2021-01-151-2/+1
|
* scripts/ad-hoc/yt: ShellCheckEuAndreh2021-01-151-8/+5
|
* post.sh: Remove set -xEuAndreh2021-01-141-1/+1
|
* Remove scripts/ad-hoc/clear aliasEuAndreh2021-01-131-1/+0
|
* WIP merge youtube.sh into ytEuAndreh2021-01-131-2/+42
|
* Add deliver-my-enqueued-emails cronjobEuAndreh2021-01-121-0/+8
|
* Prefer neomutt over mutt for the notmuch integrationEuAndreh2021-01-121-1/+1
|
* Remove vlc-playlist-dump.shEuAndreh2021-01-101-18/+0
|
* Remove some FIXME markersEuAndreh2021-01-101-1/+0
|
* sync-mail.sh to POSIX shEuAndreh2021-01-101-5/+2
|
* Move cronjobs wrappers to POSIX shEuAndreh2021-01-1010-270/+260
|
* Remove unused filesEuAndreh2021-01-103-31/+0
|
* Update many scripts to POSIX shEuAndreh2021-01-1014-38/+23
|
* Use POSIX sh shebang in git-tarball.shEuAndreh2021-01-101-2/+1
|
* Use POSIX sh shebang in open scriptEuAndreh2021-01-101-2/+1
|
* Use POSIX sh shebang in dmenu-emoji.shEuAndreh2021-01-101-3/+1
|
* Remove bt.shEuAndreh2021-01-102-10/+0
|
* Move record-my-screen.sh to POSIX shEuAndreh2021-01-101-4/+2
|
* Use POSIX sh shebang in backup.shEuAndreh2021-01-101-5/+1
|
* Remove scp.shEuAndreh2021-01-101-7/+0
|
* Use POSIX sh shebang in gc.shEuAndreh2021-01-101-1/+1
|
* Remove setup-bt.shEuAndreh2021-01-101-17/+0
|
* Move repo-update.sh POSIX shEuAndreh2021-01-101-2/+1
|
* Move notmuch-dump.sh to POSIX shEuAndreh2021-01-101-3/+2
|
* Move three-monitors.sh script to POSIX shEuAndreh2021-01-101-1/+1
|
* Move git-search script to POSIX shEuAndreh2021-01-101-7/+8
|
* ShellCheck bash/ps1.sh and scripts/ad-hoc/ytEuAndreh2021-01-101-0/+1
|
* ShellCheck scripts/cron/vlc-playlist-dump.shEuAndreh2021-01-101-1/+1
|
* ShellCheck scripts/ad-hoc/fimEuAndreh2021-01-101-1/+1
|
* xmobar-notmuch.sh: Fix missing newline at the endEuAndreh2021-01-091-1/+1
|