2023-05-19 22:12:53 +02:00
|
|
|
#!/usr/bin/env zsh
|
|
|
|
echo "=> Updating grml zsh config"
|
2023-05-19 22:10:44 +02:00
|
|
|
|
|
|
|
curl --fail \
|
|
|
|
-L \
|
|
|
|
--output /tmp/.zshrc.tty \
|
|
|
|
https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc \
|
|
|
|
&& mv /tmp/.zshrc.tty .zshrc.tty
|
2023-05-19 22:12:53 +02:00
|
|
|
|
|
|
|
# vim: set ft=zsh et sw=0 ts=2 sts=0:
|