2018-02-10 08:56:56 +01:00
# Dotfiles
2018-10-13 11:37:40 +02:00
These are the configuration files I currently use for my daily driver setup of i3 etc on Arch linux.
2018-02-09 14:18:35 +01:00
# Multimonitor support
2018-05-09 13:32:39 +02:00
I have implemented a custom couple of scripts to handle screen setup for work, home and just on the laptop. It does not work with docking/undocking yet though
2018-02-09 14:18:35 +01:00
2018-10-13 11:37:40 +02:00
# Desktop
I use a custom configured desktop without a normal DE. I prefer the simplicity and control I can get by choosing my own components
## Components
2018-02-09 14:18:35 +01:00
* [i3-gaps ](https://github.com/Airblader/i3 )
* [Rofi ](https://github.com/DaveDavenport/rofi )
2018-10-13 11:37:40 +02:00
* [Polybar ](https://github.com/jaagr/polybar )
* [Dunst ](https://github.com/dunst-project/dunst )
* [Compton ](https://github.com/chjj/compton )
2018-02-09 14:18:35 +01:00
2018-02-10 10:26:27 +01:00
## Applications
2018-10-13 11:37:40 +02:00
* [Nitrogen ](https://github.com/l3ib/nitrogen )
* [NetworkManager ](https://github.com/NetworkManager/NetworkManager )
* [pasystray ](https://github.com/christophgysin/pasystray )
## Other Software I Use
* [WeeChat ](https://github.com/weechat/weechat )
2018-05-01 16:00:01 +02:00
* [NewsBoat ](https://github.com/newsboat/newsboat )
2018-10-13 11:37:40 +02:00
* [RTV ](https://github.com/michael-lazar/rtv )
* [Bark ](https://github.com/jfm/bark )
* [NeoVim ](https://github.com/neovim/neovim )
### Looks
#### Themes
Icon Theme: Papirus Dark
GTK Theme: Materia Dark
2018-02-10 10:04:30 +01:00
2018-10-13 11:37:40 +02:00
#### Fonts
I try to use the excellent Source Code Pro for Powerline font everywhere. On Arch we need to install the Powerline fonts from the git repository for it to work properly.
2018-06-08 13:30:38 +02:00
2018-02-09 15:54:55 +01:00
# Stow Commands
2018-02-09 15:41:00 +01:00
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
~~~
2018-10-13 11:37:40 +02:00
stow -t ~ i3
stow -t ~ rofi
stow -t ~ termite
2018-05-01 16:00:01 +02:00
stow -t ~ newsboat
2018-10-13 11:37:40 +02:00
stow -t ~ neovim
2018-05-09 13:27:32 +02:00
stow -t ~ bash
2018-10-13 11:37:40 +02:00
stow -t ~ polybar
2018-06-07 19:09:04 +02:00
stow -t ~ powerline
2018-10-13 11:37:40 +02:00
stow -t ~ dunst
stow -t ~ gtk
stow -t ~ rtv
stow -t ~ weechat
stow -t ~ compton
2018-02-09 15:41:00 +01:00
~~~