diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f49beb..42dc000 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/bashrc b/bashrc index 19da342..e58e14a 100644 --- a/bashrc +++ b/bashrc @@ -1,5 +1,3 @@ -source ~/.dotfiles/functions/git_support.sh - . ~/.dotfiles/functions/color PATH="~/.dotfiles/bin:$PATH" diff --git a/scripts/install.sh b/scripts/install.sh index 835ba98..0a36f88 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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