summaryrefslogblamecommitdiff
path: root/setup.fish
blob: e4d125d0cbe7ed886d5a58a28217968140c514c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                             
set -l BASE zig-linux-x86_64-0.14.0-dev.130+cb308ba3a

echo "SETUP $BASE"

if ! test -d $BASE
    wget --no-clobber https://ziglang.org/builds/$BASE.tar.xz
    tar xf $BASE.tar.xz
    rm -f $BASE.tar.xz
end

fish_add_path --path (pwd)/$BASE