Go to file
Matúš Námešný b688dc7d6d Create README.md 2017-09-28 14:44:14 +02:00
.atom Add atom config 2017-09-01 15:00:31 +02:00
.conky/FuzzyClock Add conky 2017-09-01 15:03:23 +02:00
bin Add conky 2017-09-01 15:03:23 +02:00
.aliases Zsh config 2017-09-01 14:43:51 +02:00
.gitconfig Add gitconfig 2017-09-01 14:35:40 +02:00
.vimrc Add vimrc 2017-09-01 14:34:31 +02:00
.zshrc Update PATH 2017-09-28 12:38:59 +02:00
README.md Create README.md 2017-09-28 14:44:14 +02:00

README.md

Dotfiles

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

Usage

  • Requirements git, zsh, antigen and ccat
  • 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

Full Guide