Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

dotfiles

Installation

git clone https://github.com/mengelbrecht/dotfiles.git "${HOME}/.dotfiles" && \
  ln -s "${HOME}/.dotfiles/config" "${HOME}/.config" && \
  ln -s "${HOME}/.config/nvim" "${HOME}/.vim" && \
  touch "${HOME}/.config/fish/local.fish" && \
  touch "${HOME}/.config/git/local.gitconfig"

Thanks to

License

Released under the MIT License