Skip to content

Commit

Permalink
add fzf to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 27, 2024
1 parent e203dae commit f590165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Install
run: |
export BRANCH=${{ github.head_ref || github.ref_name }}
echo $BRANCH
chezmoi init https://github.com/marchdf/dotfiles.git --branch ${BRANCH} --promptBool test_machine=t,"Use ZSH_ROOT_DIR for tmux shell"=f --promptString email=""
chezmoi data
chezmoi apply
5 changes: 5 additions & 0 deletions run_once_before_install-packages-linux.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ if [[ ! -x "$(command -v pyenv)" ]]; then
curl https://pyenv.run | bash
fi

if [[ ! -x "$(command -v fzf)" ]]; then
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install --all
fi

{{ end -}}

0 comments on commit f590165

Please sign in to comment.