Go to file
Mathis 24f1bd17ad Update README.md 2024-05-25 20:57:31 +00:00
README.md Update README.md 2024-05-25 20:57:31 +00:00
install.sh Update 'install.sh' 2023-02-08 20:41:05 +00: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

Install

curl https://git.namesny.com/Mathis/dotfiles/raw/branch/main/install.sh | zsh -s -- <branch name>

Manual install

  • 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