Go to file
Matus Namesny 80a565813c Update README 2022-01-20 10:55:59 +01:00
README.md Update README 2022-01-20 10:55:59 +01:00

README.md

Dotfiles

My dotfiles. If you want to use them fork or clone the repo. Each branch has specific dotfiles for one of my machines

Requirements

Usage

  • echo ".dotfiles" >> .gitignore
  • git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles
  • alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
  • config submodule init
  • config submodule update
  • config checkout
  • source .zshrc

Full Guide