Go to file
Mathis 156c3225b8 Update .aliases 2020-09-08 16:08:15 +02:00
.github Move README 2019-02-12 18:45:44 +01:00
.aliases Update .aliases 2020-09-08 16:08:15 +02:00
.profile Update .profile 2020-07-23 13:38:37 +02:00
.vimrc Update vimrc 2020-01-07 14:11:38 +01:00
.zshrc Housekeeping 2019-02-11 17:43:02 +01:00

.github/README.md

Dotfiles

My dotfiles. If you want to use them fork or clone the repo.

Requirements

Usage

  • echo ".dotfiles" >> .gitignore
  • git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles
  • alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
  • config checkout
  • source .zshrc
  • run bin/setup.sh

Full Guide