Skip to content

Commit

Permalink
Use config.toml for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 8, 2024
1 parent 7a6c317 commit 836382c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ln -sf $DOTFILES/starship.toml $HOME/.config/starship.toml

cp -u $DOTFILES/.npmrc $HOME/.npmrc
cp -u $DOTFILES/.gemrc $HOME/.gemrc
mkdir -p $HOME/.cargo && cp -u $DOTFILES/cargo.config $HOME/.cargo/config
mkdir -p $HOME/.cargo && cp -u $DOTFILES/cargo.toml $HOME/.cargo/config.toml
cp -u $DOTFILES/.zshrc.local $HOME/.zshrc.local
mkdir -p $HOME/.pip; cp -u $DOTFILES/.pip.conf $HOME/.pip/pip.conf

Expand Down

0 comments on commit 836382c

Please sign in to comment.