Skip to content

Commit

Permalink
Remove script/setup in favor or install.sh
Browse files Browse the repository at this point in the history
Despite what their docs say, Coder.com does NOT (at this time) respect
all of the dotfile setup script name that GitHub Codespaces does. So,
use the one it does seem to respect. 🤦

Something-something-something… ANTS!

see: https://docs.github.com/en/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account#dotfiles
  • Loading branch information
stevenharman committed Aug 26, 2024
1 parent 24bd48f commit e75d10d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi

# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(gem terraform yarn zsh-navigation-tools)
plugins=(gem terraform yarn zsh-navigation-tools stripe)

source $ZSH/oh-my-zsh.sh

Expand Down
3 changes: 0 additions & 3 deletions script/setup

This file was deleted.

1 change: 0 additions & 1 deletion setup.sh

This file was deleted.

3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

rake install

0 comments on commit e75d10d

Please sign in to comment.