cd $HOME
git clone [email protected]:akifo/dotfiles.git
cd dotfiles
touch .gitconfig.local
# create .gitconfig.local, edit yourname
echo "[user]" > .gitconfig.local
echo " name = yourname" >> .gitconfig.local
echo " email = [email protected]" >> .gitconfig.local
source install.sh
https://dev.classmethod.jp/articles/customize-prompt-with-starship/
ln -fs "$HOME/dotfiles/starship.toml" "$HOME/.config/starship.toml"