Go to file
Matus Namesny 3413fef9ce Add legacy i3 2022-01-20 10:49:50 +01:00
.config Add legacy i3 2022-01-20 10:49:50 +01: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 Lock keepassxc when using i3lock 2019-03-02 22:19:43 +01:00
.aliases Add conda init 2020-01-21 22:23:26 +01:00
.vimrc Add vimrc 2017-09-01 14:34:31 +02: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