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. |
||
|---|---|---|
| .config | ||
| .zshrc | ||
| README.md | ||
README.md
dotfiles
Contents
Simple setup for i3, terminator, zsh with oh-my-zsh and a fancy polybar, screenshot to come.
Requirements
- oh-my-zsh
- fasd
- Pygments (with
pygmentizecommand) - Powerline Fonts
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.gitcontent). 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_USERin~/.zshrc. - Source
~/.zshrcand use providedconfigalias to pull. config config --local status.showUntrackedFiles noto ignore untracked files in status (better as it is home dir).
Credits to this great article for the trick.