Go to file
Mathis fee835708f Update 'install.sh' 2023-02-08 20:41:05 +00:00
README.md Add script install option to README 2023-02-06 22:12:48 +01: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/master/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