ronardnx / hyprland_alpinelinux

3 stars 0 forks source link

详细的教程 detailed tutorials #1

Open eqfae opened 3 months ago

eqfae commented 3 months ago
  471  git clone https://github.com/ronardnx/hyprland_alpinelinux && cd hyprland_alpinelinux && rm -rf .git && cp -r .local/* ~/.local/ && cp -r .config/* ~/.config/
  472  apk add git
  473  git clone https://github.com/ronardnx/hyprland_alpinelinux && cd hyprland_alpinelinux && rm -rf .git && cp -r .local/* ~/.local/ && cp -r .config/* ~/.config/
  474  ls
  475  cd ..
  476  ls
  477  ls -lha
  478  ls
  479  apk add hyprland
  480  apk add hyprland  waybar  rofi-wayland  nwg-look kitty kitty-kitten mate-polkit fish seatd
  481  apk add hyprland  waybar  rofi-wayland  kitty kitty-kitten mate-polkit fish seatd
  482  doas
  483  apk add doas
  484  fish
  485  chsh -s /usr/bin/fish
  486  reboot
  487  waybar
  488  poweroff
  489  df -h
  490  passwd
  491  useradd $USER seat
  492  apk add shadow
  493  useradd $USER seat
  494  useradd $USER seat
  495  apk add seatd
  496  useradd $USER seat
  497  echo $USER
  498  useradd $USER seat
  499  group 0
  500  groupadd -h
  501  groupadd seat
  502  groupadd video
  503  stty
  504  dbus-run-session Hyprland
  505  kitty
  506  dbus-run-session Hyprland
  507  history

先在虚拟机测试 成功后再安装到实体机 能否从一个干净的系统开始 用命令行搭配解说 或者脚本 有些命令没被记录 比如doas 是一个个单独运行的 hyprland是从testing分支安装的 我想要这种 https://www.bilibili.com/video/BV1m2421A75C/

Can we test this on a virtual machine and then install it on a physical machine, starting with a clean system, using the command line with commentary, or a script? Some commands aren't documented, like doas, which is run individually, and hyprland, which is installed from the testing branch. I'd like this https://www.bilibili.com/video/BV1m2421A75C/

staticfrost commented 1 day ago

any full guide would be appricated thanks.