all repos

dotfiles @ 4f3a929be02157ce4d820100d77ef690f8555f23

my dotfiles

README.md (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<h1 align="center">dotfiles</h1>

#### System configuration
- `OS` Manjaro
- `WM` Openbox, berry, i3-gaps, qtile, spectrwm
- `Shell` zsh, fish
- `Editor` nvim
- `Browser` firefox, qutebowser, chromium
- `Font` Jatbrains Mono
- `Icon font` FontAwesome5
- `Launcher` dmenu, rofi


#### Install configs
Since i use **rcm** set it
~~~bash
yay -S rcm
~~~

And install configs
~~~bash
git clone https://github.com/Smirnov-O/dotfiles .dotfiles
rcup
~~~