Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 472 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 472 Bytes

dotfiles

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

How to

  • Copy the env file ln -s .dotfiles_env $HOME/.dotfiles_env and change the values if needed

TODO

  • .zshrc
  • .profile
  • npm / yarn bin location configuration