mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-05 17:24:22 +00:00
784 B
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" >> .gitignoregit clone --bare git@github.com:LordMathis/dotfiles.git $HOME/.dotfilesalias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'config checkout <branch-name>config submodule initconfig submodule updatesource .zshrc