Go to file
LordMathis dcdea6b580 Add install script 2023-02-06 21:44:22 +01:00
README.md Fix README 2023-02-04 21:18:15 +01:00
install.sh Add install script 2023-02-06 21:44:22 +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 checkout <branch-name>
  • config submodule init
  • config submodule update
  • source .zshrc

Full Guide