Skip to content

Commit

Permalink
fixup! fixup! fixup! CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ikanago committed Nov 13, 2023
1 parent 203344f commit 5e687dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:

- name: Run Install Script
run: |
echo "$HOME"
ls -la "$HOME"
curl -fsSL "https://raw.githubusercontent.com/ikanago/dotfiles/${{ github.ref_name }}/install.sh" | bash
./install.sh
5 changes: 1 addition & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ function install_chezmoi() {

ensure_command "curl"
echo "Install chezmoi"
sh -c "$(curl -fsLS get.chezmoi.io/lb)"
echo "Clone dotfiles repo"
ls -la "$HOME/.local/bin"
$HOME/.local/bin/chezmoi init https://github.com/ikanago/dotfiles.git
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply ikanago
echo "dotfiles are cloned to $dotfiles_dir"
}

Expand Down

0 comments on commit 5e687dc

Please sign in to comment.