manjaro安装
||约 1 分钟 · 90 字|评论
请注意,本文编写于 885 天前,最后修改于 145 天前,其中某些信息可能已经过时。
Manjaro 安装
1. 系统双系统时间同步
1.1 manjaro和windows时间不同的原因
1.2 解决方式
shell
2. 科学上网
2.1 v2ray使用
Manjaro配置指南
0. yay
shellsudo pacman -S yay base-devel
1.piclist
shell使用piclist 代替 picgo实现图床
2. wps
plaintextyay -S patch yay -S wps-office ttf-wps-fonts wps-office-mui-zh-cn
3. 声音控制
plaintext1. alsamixer 2. 配置好后 sudo alsactl store 保存当前配置,以后重启电脑后就可恢复当前的配置
4. 系统备份
shell--1. 安装timethift -- 2. 启动 sudo timeshift-gtk -- 3. gui配置 备份策略
5. 科学上网
shell1. 安装 v2raya 2. 购买订阅链接 3. 浏览器打开http://localhost:2017/并创建用户, 并填写购买的订阅即可
更多配置可查看官网v2raya
6. oh-my-zsh
shell1. 安装 sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 2. 修改默认主题 vim ~/.zshrc ZSH_THEME = "ys" 3. 安装语法高亮插件zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting 4. 自动补全插件zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
版权声明