Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- name: Deploy it to GitHub Pages
id: deployment
uses: actions/[email protected].2
uses: actions/[email protected].5

notify:
name: Notifying
Expand Down
5 changes: 2 additions & 3 deletions dist/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ check() {
return 1
fi

retunr 0
return 0
}

install-apps() {
Expand All @@ -42,7 +42,7 @@ install-dotfiles() {

echo Installing dotfiles...
mkdir -p "${root}"
git clone [email protected]:kamilsk/dotfiles.git "${root}"
git clone --recurse-submodules [email protected]:kamilsk/dotfiles.git "${root}"
return $?
}

Expand All @@ -68,7 +68,6 @@ install-bundle() {
echo Installing Homebrew bundle...
brew update --force --quiet
brew bundle --file="${root}"/toolset/Brewfile --no-upgrade -v
brew bundle --file="${root}"/toolset/Brewfile cleanup -v
return $?
}

Expand Down