I should have used NixOS...
 
 
 
Go to file
Quentin Duchemin 73a0ed35bf Improved i3, polybar and terminator config
Support for lock screen, suspend-to-RAM, i3-gaps. Better handle killing polybar. Support for volume and media keys. Autolock also triggers i3lock. Better handling popups.
2018-05-16 00:29:14 +02:00
.config Improved i3, polybar and terminator config 2018-05-16 00:29:14 +02:00
.zshrc Initial commit 2018-05-03 20:23:53 +02:00
README.md Add README 2018-05-03 20:25:03 +02:00

README.md

dotfiles

Contents

Simple setup for i3, terminator, zsh with oh-my-zsh and a fancy polybar, screenshot to come.

Requirements

Usage

  • Clone in bare repository : git clone --bare https://github.com/Chostakovitch/dotfiles.git $HOME/.cfg. A bare repository does not have a working tree (basically it is just .git content). So we avoid conflicts with another git repository.
  • Create a working tree outside .cfg : /usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout.
  • Adjust DEFAUT_USER in ~/.zshrc.
  • Source ~/.zshrc and use provided config alias to pull.
  • config config --local status.showUntrackedFiles no to ignore untracked files in status (better as it is home dir).

Credits to this great article for the trick.