My Dotfiles
Go to file
Jesper Fussing Moerk 121baaf037 Added gitignore 2018-03-17 09:32:36 +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 Switched to using chrome for chats instead of weechat 2018-03-17 09:32:09 +01:00
ncmpc/.ncmpc Moved to urxvt instead of gnome terminal 2018-02-11 17:02:34 +01:00
newsbeuter/.newsbeuter Switched back to gnome terminal because of font issues. Resized 4 windows so that sublime gets more realestate 2018-02-20 10:06:25 +01:00
polybar/.config/polybar Switched back to using gnome-terminal for weechat because of emoji support 2018-02-15 19:19:08 +01:00
rofi/.config/rofi Initial stow commit 2018-02-09 14:18:35 +01:00
urxvt Switched back to using gnome-terminal for weechat because of emoji support 2018-02-15 19:19:08 +01:00
weechat/.weechat/themes Moved to urxvt instead of gnome terminal 2018-02-11 17:02:34 +01:00
zsh Fixed HOME/END keys in terminals 2018-02-13 07:04:41 +01:00
.gitignore Added gitignore 2018-03-17 09:32:36 +01:00
README.md Switched back to gnome terminal because of font issues. Resized 4 windows so that sublime gets more realestate 2018-02-20 10:06:25 +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

Applications

Themes

Master Branch

GTK

Materia-dark

Icons

Papirus

ZSH Prompt

Spaceship

Colors

Backgrounds: #263238

Polybar

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

Gnome Terminal

I've overridden some colors in Gnome Terminal to make the theming for some apps look right

Weechat

I'm using the theme script to theme my weechat.

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
stow -t ~ urxvt

stow -t ~ weechat
stow -t ~ ncmpc
stow -t ~ newsbeuter