all repos

dotfiles @ 974834ccd8f792956658370b4957af0a2c664619

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

## System info
- `OS` Arch linux
- `DE` hyprland
- `Terminal` kitty
- `Editors` nvim
- `Browser` firefox
- `Font` Jatbrains Mono

## Install dependencys
```bash
paru -S neovim-git git kitty github-cli tmux zsh fish ttf-jetbrains-mono hyprland waybar hyprpaper \
    wofi grim dunst brightnessctl pavucontrol xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
```

## And install deps
```bash
git clone --recursive https://github.com/olexsmir/dotfiles ~/.dotfiles
./bootstrap
```