1 files changed,
0 insertions(+),
21 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-01-03 02:18:57 +0200
Parent:
4894cfc
D
README.md
ยทยทยท 1 -<h1 align="center">dotfiles</h1> 2 - 3 -## System info 4 -- `OS` Arch linux 5 -- `DE` hyprland 6 -- `Terminal` kitty 7 -- `Editors` nvim 8 -- `Browser` firefox 9 -- `Font` Jatbrains Mono 10 - 11 -## Install dependencys 12 -```bash 13 -paru -S neovim-git git kitty github-cli tmux zsh fish ttf-jetbrains-mono hyprland waybar hyprpaper \ 14 - wofi grim dunst brightnessctl pavucontrol xdg-desktop-portal-hyprland xdg-desktop-portal-gtk 15 -``` 16 - 17 -## And install deps 18 -```bash 19 -git clone --recursive https://github.com/olexsmir/dotfiles ~/.dotfiles 20 -./bootstrap 21 -```