dotfiles/README.md
2020-12-23 21:46:50 +02:00

28 lines
530 B
Markdown

<h1 align="center">dotfiles</h1>
![](./config/qtile/screen.png)
------------------------------
#### System configuration
- `OS` Arch
- `WM` Qtile
- `Terminal` Alacritty
- `Shell` zsh
- `Editor` nvim
- `File manager` ranger, mc
- `Browser` firefox
- `Font` Jatbrains Mono
- `Icon font` FontAwesome5
- `Launcher` dmenu, rofi
#### Install configs
Since i use **[rcm](https://github.com/thoughtbot/rcm)** set it
~~~bash
yay -S rcm
~~~
And install configs
~~~bash
git clone https://github.com/Smirnov-O/dotfiles .dotfiles
rcup
~~~