Files
dotfiles/README.md
2024-12-23 18:43:10 +01:00

784 B

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

Install

curl https://raw.githubusercontent.com/LordMathis/dotfiles/main/install.sh | zsh -s -- <branch name>

Manual install

  • echo ".dotfiles" >> .gitignore
  • git clone --bare git@github.com:LordMathis/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