Arch Beautify desktop
1. install xorg
systemctl enable dhcpcd
pacman -S xorg-server xorg-xinit
install tool
pacman -S zsh alacritty fctix fcitx-im fcitx-configtool i3 git
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
install ttf
pacman -S ttf-liberation
pacman -S adobe-source-han-sans-cn-fonts
pacman -S adobe-source-han-sans-tw-fonts
pacman -S adobe-source-han-sans-jp-fonts
add user
这一步随意
useradd -m -g users -s /bin/zsh xxxx #添加xxxx用户,用户名你自定义
passwd xxxx #为xxxx用户设置密码
vim /etc/sudoers #编辑配置文件
在root ALL = (ALL) ALL下添加xxxx ALL = (ALL) ALL;输入:wq!强制保存退出vim
login new user
touch .zshrc
startx
cp /etc/X11/xinit/xinitrc ~/.xinitrc
vim ~/.xinitrc
exec i3
reboot
startx
tool
pacman -S compton
pacman -S polybar
pacman -S rofi feh #快捷程序启动 壁纸
#feh --randomize --bg-fill ~/Pictureso/DesktopBackground
pacman -S ntfs-3g #识别NTFS格式的硬盘
pacman -S adobe-source-han-serif-cn-fonts wqy-zenhei #安装几个开源中文字体 一般装上文泉驿就能解决大多wine应用中文方块的问题
pacman -S noto-fonts-cjk noto-fonts-emoji noto-fonts-extra #安装谷歌开源字体及表情
pacman -S firefox chromium #安装常用的火狐、谷歌浏览器
pacman -S ark #与dolphin同用右键解压
pacman -S p7zip unrar unarchiver lzop lrzip #安装ark可选依赖
#pacman -S packagekit-qt5 packagekit appstream-qt appstream #确保Discover(软件中心)可用 需重启
pacman -S gwenview #图片查看器
pacmain -S rofi
vim ~/.config/i3/config
#run rofi
bindsym $mod+d exec rofi -show run
mod+shift+r 刷新以下
set static ip
pacman -S netctl
- vim /etc/netctl/ens33-static
Description='ens33'
Interface=ens33
Connection=ethernet
IP=static
Address=('192.168.0.14/24')
#Routes=('192.168.0.0/24 via 192.168.0.1')
Gateway='192.168.0.1'
DNS=('192.168.0.1')
TimeoutUp=300
TimeoutCarrier=300
wallpaper
feh -bg-center Downloads/jpeg
vim .xinitrc
exec feh -bg-center Downloads/jpeg &
polybar
https://www.cnblogs.com/bluestorm/p/5929478.html
https://www.bilibili.com/video/BV1gW411H7Ke/
https://www.yuque.com/sunhl/mvumc2/rq64vb
ohmysh option
https://www.jianshu.com/p/17790d2fc2f6
https://www.jianshu.com/p/d194d29e488c?open_source=weibo_search
https://blog.csdn.net/sgzqc/article/details/46627817 # static ip
https://github.com/AshNobita/i3andpolybarconfig
Re:
https://blog.csdn.net/duke56/article/details/104011412