You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Mathis fee835708f Update 'install.sh' 2 months ago
README.md Add script install option to README 2 months ago
install.sh Update 'install.sh' 2 months ago

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