dotfiles

![](config/bspwm/screen.png) ---------------------------- #### System configuration - `OS` Arch - `WM` bspwm - `Terminal` kitty - `Shell` zsh - `Editor` nvim, vscode - `File manager` ranger - `Browser` firefox - `Font` Jatbrains Mono - `Icon font` Font Awesome - `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 dunst picom bspwm sxhkd kitty rofi zsh ranger ttf-jetbrains-mono ttf-font-awesome yay -S polybar ``` And install configs: ```bash git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles rcup ```