summaryrefslogtreecommitdiff
path: root/cargo-config.sh
blob: 2338945be912705cafbb21934bdb7143098f4aab (plain)
1
2
3
4
5
# Copy cargo config from skel if it is not exist
if [ ! -f "$HOME/.cargo/config.toml" ] ; then
        mkdir -p $HOME/.cargo
        cp -f /etc/skel/.cargo/config.toml $HOME/.cargo
fi