3 files changed,
2 insertions(+),
20 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-03-06 16:30:40 +0200
Parent:
65774cb
jump to
| M | README.md |
| D | bootstrap.sh |
| D | screen.png |
M
README.md
@@ -1,8 +1,5 @@
<h1 align="center">dotfiles</h1> - --------------------------------- - ## System info - `OS` Arch linux - `DE` hyprland@@ -13,8 +10,8 @@ - `Font` Jatbrains Mono
## Install dependencys ```bash -paru -S rcm -sudo pacman -S git kitty github-cli neovim tmux zsh fish starship ttf-jetbrains-mono +paru -S rcm 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@@ -22,7 +19,3 @@ ```bash
git clone --recursive https://github.com/olexsmir/dotfiles ~/.dotfiles rcup rcrc && rcup ``` - -## Gonome extensions -- [Freon](https://extensions.gnome.org/extension/841/freon) -- [DDTerm](https://extensions.gnome.org/extension/3780/ddterm)
D
bootstrap.sh
@@ -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