diff --git a/README.md b/README.md index 140732f..1b5e031 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@

dotfiles

-![System screenhot](./screen.png) --------------------------------- - ## System info - `OS` Arch linux - `DE` hyprland @@ -13,8 +10,8 @@ ## 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 @@ sudo pacman -S git kitty github-cli neovim tmux zsh fish starship ttf-jetbrains- 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) diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100644 index f6ef540..0000000 --- a/bootstrap.sh +++ /dev/null @@ -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 diff --git a/screen.png b/screen.png deleted file mode 100644 index a1c2e20..0000000 Binary files a/screen.png and /dev/null differ