all repos

dotfiles @ 9b2871dd654503b626409b912c616506a5b320eb

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
25
26
27
28
29
30
31
32
33
34
35
36
37
<h1 align="center">dotfiles</h1>

![](./config/qtile/screen.png)
------------------------------

#### System configuration
- `OS` Arch
- `WM` bspwm, i3
- `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
~~~

Install deps:
~~~bash
sudo pacman -S neovim tmux git i3wm bspwm sxhkd qtile alacritty picom dunst ranger firefox ttf-font-awesome ttf-jetbrains-mono rofi zsh zathura redshift
yay -S polybar
pip install -U castero
~~~


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