mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Don't compile zk on iSH
This commit is contained in:
parent
914fe9b558
commit
cecef5e73a
@ -7,17 +7,13 @@ apk update
|
|||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
apk add --virtual .packs \
|
apk add --virtual .packs \
|
||||||
task timewarrior git go \
|
task timewarrior git \
|
||||||
make fzf neovim nnn rbw \
|
fzf neovim nnn rbw \
|
||||||
chezmoi openssh bash
|
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
|
# Clone dotfiles
|
||||||
git clone https://github.com/starr-dusT/dotfiles.git ~/.local/share/chezmoi
|
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
BIN
provision/alpine/pkgs/zk
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user