Go to file
Matúš Námešný a2f8dd451a
Update setup.sh
2018-06-12 15:11:15 +02:00
.atom Add atom config 2017-09-01 15:00:31 +02:00
.config Add polybar launch script 2018-06-11 21:22:15 +02:00
.conky/FuzzyClock Update configs 2018-06-10 20:59:46 +02:00
bin Update setup.sh 2018-06-12 15:11:15 +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 Update README.md 2018-06-11 14:13:41 +02:00

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

Full Guide