Skip to content

Commit

Permalink
Add aws config directories
Browse files Browse the repository at this point in the history
  • Loading branch information
sysless committed May 12, 2024
1 parent 507a411 commit 96344b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ fi
[ ! -L ~/.gitconfig ] && ln -sf $DOTFILES/.gitconfig ~/
[ ! -L ~/.eslintrc.js ] && ln -sf $DOTFILES/.eslintrc.js ~/

# AWS config
[ ! -d ~/.aws ] && mkdir ~/.aws
[ ! -d ~/.awsvault/keys ] && mkdir -p ~/.awsvault/keys

exit 0

0 comments on commit 96344b0

Please sign in to comment.