My Dotfiles
Go to file
Jesper Fussing Moerk 3cc899ea52 Updated README to better reflect what this repo actually is 2018-02-10 08:56:56 +01:00
dunst/.config/dunst Initial stow commit 2018-02-09 14:18:35 +01:00
gtk/.config/gtk-3.0 Added GTK theming 2018-02-09 15:46:50 +01:00
i3/.config/i3 Updated README 2018-02-09 15:39:37 +01:00
polybar/.config/polybar fixed a bug where polybar wasn't being loaded correctly 2018-02-10 08:32:19 +01:00
rofi/.config/rofi Initial stow commit 2018-02-09 14:18:35 +01:00
zsh Added zsh dotfile 2018-02-09 15:54:55 +01:00
README.md Updated README to better reflect what this repo actually is 2018-02-10 08:56:56 +01:00

README.md

Dotfiles

These are the configuration files I currently use for my daily driver setup of i3 etc.

Multimonitor support

I have implemented a manual switching mechanism so that I can switch configuration if I'm at work, at home or just the laptop

Components

Themes

Master Branch

GTK

Materia-dark

Icons

Papirus

ZSH Prompt

Spaceship

Colors

Backgrounds: #263238

Polybar

Focused Foreground: #009688
Unfocused Foreground: #BDBDBD
Urgent Foreground: #BF360C

Stow Commands

I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:

stow -t ~ i3  
stow -t ~ dunst  
stow -t ~ polybar  
stow -t ~ rofi  
stow -t ~ gtk
stow -t ~ zsh