all repos — dotfiles @ 5ad662ba2e6f3c746703be4660d1f0f24ee666bd

my *nix dotfiles

README.md (view raw)

 1# dotfiles
 2
 3This repo contains the dots from my latest install of Arch Linux. Deploy with [GNU/Stow](https://www.gnu.org/software/stow/). 
 4Most of my walls are sourced from [Unsplash](https://unsplash.com), and the colorscheme is all done by hand.
 5
 6## scrot
 7
 8### i3
 9![i3](https://track6.mixtape.moe/rvdyro.png)
10
11### xfwm
12![xfwm](https://0x0.st/sXau.png)
13
14## info
15
16- wm: `i3` (with gaps) and `xfwm`
17
18- status bar: `polybar`
19
20- text editor: `vim`
21
22- terminal: `urxvt`
23
24- shell: `zsh`
25
26- launcher: `rofi`
27
28- notification daemon: `dunst`
29
30- compositor: `compton`
31
32- music: `spotify`
33
34## installation
35
36install `stow` using your package manager
37
38clone this repo  
39`git clone https://github.com/icyphox/dotfiles icydots`
40
41switch to the cloned directory  
42`cd icydots`
43
44use `stow -D <name of utility>` to _unstow_ the dotfiles into your `home` directory.
45
46