Skip to content

Groveer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Configurations

English | 中文

Themes



You can have the same user experience as me in Archlinux

Desktop Environment(Native Wayland)

Install packages in Archlinux (need aur):

  1. shell
yay -S eza fish rsync bat starship htop
  1. fonts
yay -S ttf-firacode-nerd ttf-maple-sc-nerd
  1. utils
yay -S qt5-wayland qt6-wayland
  1. hypr
yay -S dunst libbotify hyprland rofi-lbonn-wayland-git waybar swww swaylock-effects-git wlogout grimblast-git cliphist pipewire-pulse swappy hyde-cli-git wf-recorder
  1. dependency
yay -S polkit-gnome xdg-desktop-portal-hyprland python-pyamdgpuinfo parallel imagemagick qt5-imageformats brightnessctl pavucontrol pamixer pacman-contrib
  1. theme
yay -S nwg-look kvantum qt5ct qt6ct
  1. apps
yay -S google-chrome kitty fastfetch neovim fcitx5
  1. others
pip install hyprshade

Init

  1. Install all packages
  2. Run ./init.sh, it will initialize env and patch sources.
  3. If there is a conflicting file, delete it manually. run ./config.sh install

Run

run startde w in tty.

Update

./config.sh uninstall
git pull --rebase
./config.sh install

Uninstall

It is easy to rm the symbol, just run ./config.sh uninstall

Editor/IDE (Neovim)

Developer Environment (Neovim config dependeies)

Install packages:

yay -S python fnm
python -m venv ~/.python_venv
fnm install <version/--latest>
fnm default <version>
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Restart terminal for apply environment.

pip install pynvim
npm i -g neovim

pip and npm are just the basic environment configuration of neovim, it is highly recommended to use the :checkhealth command to see which commands are not installed after running the configuration of lua, you can continue to use the corresponding package management for installation!

install neovim config

default use git ssh, if you use http, modify .gitmodules, set url:

https://github.com/groveer/nvchad-starter.git

Update git submodule:

git submodule update --init

Thanks to

  1. hyprdots: themes from here!