My dotfiles
git clone {repo} .dotfiles
Add ~/.gitconfig.user
with you Git credentials
// ~/.gitconfig.user
[user]
name = My name
email = [email protected]
ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
ln -s ~/.dotfiles/.zshrc ~/.zshrc
- Copy the env file
ln -s .dotfiles_env $HOME/.dotfiles_env
and change the values if needed
- .zshrc
- .profile
- npm / yarn bin location configuration