Shared Folder
首先添加目录到虚拟机的共享文件夹中。
vmware-hgfsclient
sudo nano /etc/fstab
将下列一行加入末尾,使其开机自动挂载:
vmhgfs-fuse /mnt/win fuse defaults,allow_other 0 0
这里的挂载地址/mnt/win可以自定义为任意的,只要后续创建的和它对的上。
sudo mkdir /mnt/win
sudo mount -a
Arch Linux
创建完后不要立即启动,编辑调整CPU等内容再启动安装。
setfont ter-132n # 设置较大字体
ping www.baidu.com # 确认网络连接
iwctl #没网使用iwd英特尔无线网连接器连接网络
# start of iwctl command
device list
station wlan0 get-networks
station wlan0 connect <YOUR_NETWORK>
exit
# end of iwctl command
vim /etc/pacman.d/mirrorlist
# start of vim command
125dd # 在首行执行 删除后面125行内容
# 再按ESC退出,ESC+:x,不保存退出ESC+:q!
# end of vim command
pacman -Sy
archinstall
Caelestia-dots
hyprland 不支持VMware,下面需要实体机安装;
sudo pacman -Syu
sudo pacman -S openssh
sudo systemctl start sshd
sudo systemctl enable sshd
sudo pacman -S terminus-font
setfont ter-132n # optional
sudo pacman -S fastfetch fish git wget curl gcc make cmake nano vim
git clone https://github.com/caelestia-dots/caelestia.git ~/.local/share/caelestia
~/.local/share/caelestia/install.fish
# 如果报错,重新执行 install.fish
sudo pacman -S firefox gwenview kate dolphin thunar ark okular flatpak discover
sudo pacman -S bluez bluez-utils sddm
sudo systemctl enable sddm
sudo systemctl start sddm
nano ~/.config/foot/foot.ini # optional change font size
mkdir ~/Pictures
git clone https://github.com/mylinuxforwork/wallpaper.git ~/Pictures
mv ~/Pictures/wallpaper ~/Pictures/Wallpapers
nano ~/.config/hypr/hyprland/keybinds.conf # 更改快捷键绑定