mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
34 lines
690 B
Markdown
34 lines
690 B
Markdown
<h1 align="center">dotfiles</h1>
|
|
|
|

|
|
--------------
|
|
|
|
### System configuration
|
|
- `OS` Arch
|
|
- `WM` bspwm
|
|
- `Terminal` kitty
|
|
- `Shell` zsh
|
|
- `Editor` nvim, vscode
|
|
- `File manager` ranger
|
|
- `Browser` chrome
|
|
- `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 git bspwm sxhkd dunst alacritty neovim picom rofi zsh ranger ttf-font-awesome ttf-jetbrains-mono
|
|
yay -S polybar
|
|
```
|
|
|
|
And install configs:
|
|
```bash
|
|
git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles
|
|
rcup rcrc && rcup
|
|
```
|