git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-01-12 12:36:00 +0100
committermail_redacted_for_web 2025-01-12 12:36:00 +0100
commitf6259f4f809dda015d0f6348e686e0bd38f0689f (patch)
treed67cbe8b75d4a635bf9bc74cb289dfd0c4d5b725 /bin
parente3bed71fd7137c2d4d15e6db4e61c13f846bd62b (diff)
downloaddotfiles-f6259f4f809dda015d0f6348e686e0bd38f0689f.tar.bz2
Create alias "default-desktop-apps" for remembering mimeapps.list :-)
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions
='logmsg'> r10k generates a .r10k-deploy.json file since version 2.1.0 which was released on October 28, 2015. New users of the control-repo are not likely to have a so old version of r10k, so remove this dead code. * Do sanity checking earlyRomain Tartière 2018-05-111-0/+5 | | | | Fail before doing anything when passed parameters are invalid. * Remove execute permission and shebangsRomain Tartière 2018-05-112-2/+0 | | | | | | | The appropriate ruby interpreter is determined by the config_version.sh shell script which explicitely use it to start these ruby scripts. Removing the execute bit ensure users will not run these script with the wrong Ruby version. * Improve portability