Skip to content

Groveer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Configurations

English | 中文

Themes

hyde_banner


wallbash_720p.mp4


You can have the same user experience as me in Archlinux

Desktop Environment(Native Wayland)

Install packages in Archlinux (need aur):

Some tools can also be installed from cargo/pip/npm.

  1. shell
yay -S zsh eza rsync bat starship htop
chsh -s /bin/zsh
  1. fonts

Download fonts from here: MapleMono-NF-CN.zip

wget https://github.com/subframe7536/maple-font/releases/latest/download/MapleMono-NF-CN-unhinted.zip   # screen > 1080p
wget https://github.com/subframe7536/maple-font/releases/latest/download/MapleMono-NF-CN.zip            # screen <= 1080p
unzip MapleMono-NF-CN.zip -d MapleFont
sudo cp -r MapleFont /usr/share/fonts
sudo fc-cache -fv
  1. utils
yay -S qt5-wayland qt6-wayland
  1. hypr
yay -S dunst libnotify hyprland rofi-wayland waybar swww swaylock-effects wlogout grimblast-git cliphist pipewire-pulse swappy hyde-cli-git wf-recorder
  1. dependency
yay -S polkit-gnome xdg-desktop-portal-hyprland parallel imagemagick qt5-imageformats brightnessctl pavucontrol pamixer pacman-contrib
  1. theme
yay -S nwg-look kvantum qt5ct qt6ct
  1. apps
yay -S google-chrome/firefox/zen-browser kitty fastfetch neovim fcitx5
  1. others
pip install hyprshade

If you use amdgpu, can install:

pip install pyamdgpuinfo

Init

  1. Install all packages.
  2. Run ./config.sh install, it will initialize env.
  3. Run chsh -s /bin/zsh.
  4. Relogin user and run startde w.
  5. Run ./init.sh, it will patch sources.
  6. If there is a conflicting file, delete it manually. run ./config.sh install

Important

./init.sh will excuable ./config.sh install. It will rm your ~/.bashrc, please backup your ~/.bashrc first!

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

Init python:

python -m venv ~/.python_venv

When after update python, can update venv:

python -m venv --upgrade ~/.python_venv

Install nodejs:

fnm install <version/--latest>
fnm default <version>

Install rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Update rust:

rustup update stable

Restart terminal will auto apply env.

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/nvvim.git

Update git submodule:

git submodule update --init

Thanks to

  1. hyprdots: themes from here!