Updated README
This commit is contained in:
parent
9184a91a80
commit
28a3febe55
41
README.md
41
README.md
|
@ -1,28 +1,53 @@
|
|||
# Dotfiles
|
||||
These are the configuration files I currently use for my daily driver setup of i3 etc on Manjaro linux.
|
||||
These are the configuration files I currently use for my daily driver setup of i3 etc on Arch linux.
|
||||
|
||||
# Multimonitor support
|
||||
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
|
||||
|
||||
# Components
|
||||
# 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
|
||||
* [i3-gaps](https://github.com/Airblader/i3)
|
||||
* [Rofi](https://github.com/DaveDavenport/rofi)
|
||||
* [Polybar](https://github.com/jaagr/polybar)
|
||||
* [Dunst](https://github.com/dunst-project/dunst)
|
||||
* [Compton](https://github.com/chjj/compton)
|
||||
|
||||
## Applications
|
||||
* [NewsBoat](https://github.com/newsboat/newsboat)
|
||||
* [Nitrogen](https://github.com/l3ib/nitrogen)
|
||||
* [NetworkManager](https://github.com/NetworkManager/NetworkManager)
|
||||
* [pasystray](https://github.com/christophgysin/pasystray)
|
||||
|
||||
# Powerline
|
||||
On Arch we need to install the Powerline fonts from the git repository for it to work properly.
|
||||
## Other Software I Use
|
||||
* [WeeChat](https://github.com/weechat/weechat)
|
||||
* [NewsBoat](https://github.com/newsboat/newsboat)
|
||||
* [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
|
||||
|
||||
#### 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.
|
||||
|
||||
# Stow Commands
|
||||
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
|
||||
~~~
|
||||
stow -t ~ i3
|
||||
stow -t ~ rofi
|
||||
stow -t ~ urxvt
|
||||
stow -t ~ termite
|
||||
stow -t ~ newsboat
|
||||
stow -t ~ sublime
|
||||
stow -t ~ neovim
|
||||
stow -t ~ bash
|
||||
stow -t ~ vim
|
||||
stow -t ~ polybar
|
||||
stow -t ~ powerline
|
||||
stow -t ~ dunst
|
||||
stow -t ~ gtk
|
||||
stow -t ~ rtv
|
||||
stow -t ~ weechat
|
||||
stow -t ~ compton
|
||||
~~~
|
||||
|
|
Loading…
Reference in New Issue