时间同步

sudo timedatectl set-ntp true

换源

sudo pacman-mirrors -i -c China -m rank

更新

更新系统

sudo pacman -Syyu

安装yay

pacman -s yay

输入法:

安装

yay -S fcitx-im fcitx-configtool fcitx-sogoupinyin

配置

vi ~/.xprofile

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

需要重启生效

安装软件

 #vim
 yay -S vim
 #chrome
 yay -S google-chrome
 #网易云音乐
 yay -S netease-cloud-music
 #vscode
 yay -S visual-studio-code-bin
 #screenfetch
 yay -S screenfetch
#gif录制
yay -S peek

shell

配置 zsh

# 安装zsh
yay -S zsh
# 安装
sh -c "$(curl -fsSL https://raw.fastgit.org/robbyrussell/oh-my-zsh/master/tools/install.sh)" 
切换zsh,重启后生效
chsh -s /bin/zsh  

安装wps,及其字体

yay -S wps-office  
 安装wps字体

科xue上网

yay -S clash-for-windows-bin

美化

美化主题
设置-系统设置-外观 》 选择breeze微风阴阳

移除任务栏
任务栏右击,进入编辑,选择移除

美化dock
yay -S latte-dock

启动dock,执行
latte-dock

配置
右击 dock 栏,编辑停靠栏 行为-》可见性设置为总是可见

 posted on 2023-01-21 19:48  猛练自然强  阅读(351)  评论(0编辑  收藏  举报