Go to file
Mathis 3fa61caa71 Add gnome shell sync file 2021-07-11 16:10:13 +02:00
.config Add gnome shell sync file 2021-07-11 16:10:13 +02:00
.conky/FuzzyClock Update configs 2018-06-10 20:59:46 +02:00
.github Move README 2019-02-12 18:45:44 +01:00
bin/xrandr Update dotfiles 2020-03-20 12:43:45 +01:00
.aliases Update aliases 2020-09-08 16:08:58 +02:00
.ideavimrc Update dotfiles 2020-03-20 12:43:45 +01:00
.vimrc Add vimrc 2017-09-01 14:34:31 +02:00
.zshrc Update zshrc 2021-07-11 16:06:47 +02: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