all repos

dotfiles @ d50fc737a858267a18baf9cd00261bd15f42e8ab

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
<h1 align="center">dotfiles</h1>

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

#### System configuration
- `OS` Arch
- `WM` bspwm, openbox
- `Terminal` alacritty, kitty
- `Shell` zsh
- `Editor` nvim, vscode
- `File manager` ranger
- `Browser` firefox
- `Font` Jatbrains Mono
- `Icon font` FontAwesome
- `Launcher` rofi

#### Install config
Since i use **[rcm](https://github.com/thoughtbot/rcm)** set it:
~~~bash
yay -S rcm
~~~

Install dependency:
```bash
sudo pacman -S neovim tmux git openbox tint2 bspwm sxhkd kitty picom dunst zsh rofi ranger firefox ttf-font-awesome ttf-jetbrains
yay -S polybar xkblayout
```

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