Skip to content

Commit

Permalink
overwrite $HOME/.zsh{rc,env} on codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 19, 2024
1 parent d07aefe commit fd610e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/deploy-config-files
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ mkdir -p ~/.config/tmux

# ripgrep
./bin/ln-idempotently ./config/.ripgreprc ~/.ripgreprc

if [ "${CODESPACES}" = "true" ]; then
# overwrite default zsh configurations
cp ./codespaces/config/.zshrc ~/.zshrc
cp ./codespaces/config/.zshenv ~/.zshenv
fi

0 comments on commit fd610e9

Please sign in to comment.