mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 15:45:06 +03:00
4 lines
111 B
Text
4 lines
111 B
Text
|
#!/bin/sh
|
||
|
|
||
|
exec sh -c "$(curl https://raw.githubusercontent.com/ivabus/dotfiles/main/tools/env.sh)" < /dev/tty
|