Skip to content

Commit

Permalink
Only use echodo when we have it
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 2, 2023
1 parent d4ccd63 commit 1cef205
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ jobs:
with:
bundler-cache: true
- run: bundle exec spellr
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rubocop
2 changes: 0 additions & 2 deletions bashrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source ~/.dotfiles/functions/git_support.sh

. ~/.dotfiles/functions/color
PATH="~/.dotfiles/bin:$PATH"

Expand Down
6 changes: 4 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

set -e

~/.dotfiles/bin/echodo ln -sf ~/.dotfiles/bash_profile ~/.bash_profile
~/.dotfiles/bin/echodo ln -sf ~/.dotfiles/bashrc ~/.bashrc
~/.dotfiles/bin/resource

echodo ln -sf ~/.dotfiles/Brewfile ~/Brewfile
echodo ln -sf ~/.dotfiles/bashrc ~/.bashrc
echodo ln -sf ~/.dotfiles/bash_profile ~/.bash_profile
echodo ln -sf ~/.dotfiles/gemrc ~/.gemrc
echodo ln -sf ~/.dotfiles/gitconfig ~/.gitconfig
echodo ln -sf ~/.dotfiles/gitignore ~/.gitignore
Expand Down

0 comments on commit 1cef205

Please sign in to comment.