This commit is contained in:
Smirnov Oleksandr 2024-03-06 16:23:41 +02:00
parent 65774cb3d3
commit 37847c2464
3 changed files with 2 additions and 20 deletions

View file

@ -1,8 +1,5 @@
<h1 align="center">dotfiles</h1> <h1 align="center">dotfiles</h1>
![System screenhot](./screen.png)
--------------------------------
## System info ## System info
- `OS` Arch linux - `OS` Arch linux
- `DE` hyprland - `DE` hyprland
@ -13,8 +10,8 @@
## Install dependencys ## Install dependencys
```bash ```bash
paru -S rcm paru -S rcm neovim-git git kitty github-cli tmux zsh fish ttf-jetbrains-mono hyprland waybar hyprpaper \
sudo pacman -S git kitty github-cli neovim tmux zsh fish starship ttf-jetbrains-mono wofi grim dunst brightnessctl pavucontrol xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
``` ```
## And install deps ## And install deps
@ -22,7 +19,3 @@ sudo pacman -S git kitty github-cli neovim tmux zsh fish starship ttf-jetbrains-
git clone --recursive https://github.com/olexsmir/dotfiles ~/.dotfiles git clone --recursive https://github.com/olexsmir/dotfiles ~/.dotfiles
rcup rcrc && rcup rcup rcrc && rcup
``` ```
## Gonome extensions
- [Freon](https://extensions.gnome.org/extension/841/freon)
- [DDTerm](https://extensions.gnome.org/extension/3780/ddterm)

View file

@ -1,11 +0,0 @@
# install rcm on arch by paru
if hash paru2>/dev/null; then
paru -S rcm
fi
# install rcm on ubuntu
if hash apt2>/dev/null; then
sudo apt install -y rcm
fi
rcup rcrc && rcup

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB