Don't compile zk on iSH

This commit is contained in:
Tyler Starr 2023-10-14 18:38:57 -07:00
parent 914fe9b558
commit cecef5e73a
2 changed files with 6 additions and 10 deletions

View File

@ -7,17 +7,13 @@ apk update
# Install packages
apk add --virtual .packs \
task timewarrior git go \
make fzf neovim nnn rbw \
task timewarrior git \
fzf neovim nnn rbw \
chezmoi openssh bash
# Build and install zk
mkdir -p ~/tmp
mkdir -p ~/bin
git clone https://github.com/mickael-menu/zk.git ~/tmp/zk
cd ~/tmp/zk
make
mv zk ~/bin/zk
# Clone dotfiles
git clone https://github.com/starr-dusT/dotfiles.git ~/.local/share/chezmoi
# Move binaries from alpine pkgs
mkdir -p ~/bin
mv ~/.local/share/chezmoi/provision/alpine/pkgs/* ~/bin

BIN
provision/alpine/pkgs/zk Executable file

Binary file not shown.