当前位置:网站首页>Manjaro installation and configuration (vscode, wechat, beautification, input method)
Manjaro installation and configuration (vscode, wechat, beautification, input method)
2022-04-23 10:41:00 【When can I be as powerful as a big man】
1 manjaro install
1.1 Official introduction to three desktop environments
Go to manjaro Official website Download System , There are three official desktop environments , I have experienced , At present, I think KDE Most desirable , Most functions , It's also the most convenient to use , Also friendly to novices , I recommend you to use .
Xfce The desktop is the lightest official version , The system takes up very little , You can try to install one for your old computer at home xfce, But the disadvantages are obvious , Desktop customizability is the worst , At first I pretended to be xfce, Then because its environment is too simple , So I turned to KDE
KDE Is the most playable of the three , The most powerful desktop environment , The system takes up little , For your main aircraft , I don't think it's necessary to care .
1.2 Production starts U disc
Get into https://www.balena.io/etcher/ Web site to download U Disk making tools .
download DiskGenius Delete first U Save changes to all partitions of the disk , Then clear the sector data ( After you start clearing, you can cancel directly , Don't worry about any error information ), Then format
1.3 System installation
Plug in the made U disc , Set up U Disk start , Enter the system installation interface .
Then follow the prompts to install .
BIOS Starting mode :F12/Del/F1/F2…
1.4 Source change
1.4.1 Select the download source
Input... At the terminal :
sudo pacman-mirrors -i -c China -m rank
You can choose science and Technology University source or Tsinghua source , Fairly fast .
1.4.2 Configuration source
perform :
sudo nano /etc/pacman.conf
Enter... At the end :
[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
Save and exit (Ctrl+X Input y) Then update the system , Import GPG Key
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
System update finished
1.5 Install the software
- install yay;
sudo pacman -S yay
yay It's a use. Go One written in language AUR assistant , Sometimes the official warehouse doesn't have the software you want , It needs to pass yay To install .
- Install Pinyin input method :
install fcitx5( Input method framework )
yay -S fcitx5-im
To configure fcitx5 Environment variables of :
nano ~/.pam_environment
The content is :
GTK_IM_MODULE DEFAULT=fcitx
QT_IM_MODULE DEFAULT=fcitx
XMODIFIERS DEFAULT=\@im=fcitx
SDL_IM_MODULE DEFAULT=fcitx
- To configure ohmyzsh
Terminal settings -> Edit the current scheme -> appearance
sudo pacman -S zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Terminal settings -> Edit the current scheme
Change the command to /bin/zsh
- Theme beautification
install dock;
sudo pacman -S latte-dock# install dock bar
Download in settings mac Theme or other topics you like .
- install vscode
yay -S visual-studio-code-bin
- Install wechat
deepin-wine edition :
yay -S deepin-wine-wechat
Switch to deepin-wine Environmental Science :
/opt/apps/com.qq.weixin.deepin/files/run.sh -d
- Other software
ibreoffice: If you didn't install it when you installed it ( Suggest )
yay -S libreoffice
NetEase cloud music :
yay -S netease-cloud-music
qq music :
yay -S qqmusic-bin
chrome
yay -S google-chrome
Baidu SkyDrive :
yay -S baidunetdisk
Nut cloud :
yay -S nutstore
Typora:
yay -S typora
XDM:Linux Download the fastest artifact
yay -S xdman
calibre: E-book management artifact
yay -S calibre
1.6 Results display 
版权声明
本文为[When can I be as powerful as a big man]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230619103283.html
边栏推荐
- SSH uses private key to connect to server without key
- 707、设计链表(链表)
- SQL server query database deadlock
- Deploy jar package
- 【省选联考 2022 D2T1】卡牌(状态压缩 DP,FWT卷积)
- Examination questions and answers of the third batch (main person in charge) of Guangdong safety officer a certificate in 2022
- Sim Api User Guide(8)
- Contact between domain name and IP address
- Charles 功能介绍和使用教程
- Example of pop-up task progress bar function based on pyqt5
猜你喜欢
SSH uses private key to connect to server without key
Introduction to data analysis 𞓜 kaggle Titanic mission (IV) - > data cleaning and feature processing
【leetcode】102.二叉树的层序遍历
Jinglianwen technology - professional data annotation company and intelligent data annotation platform
Swagger2 接口如何导入Postman
解决方案架构师的小锦囊 - 架构图的 5 种类型
How can swagger2 custom parameter annotations not be displayed
【leetcode】199. Right view of binary tree
Zhengda international explains what the Dow Jones industrial index is?
高价买来的课程,公开了!phper资料分享
随机推荐
使用zerotier让异地设备组局域网
Yarn resource scheduler
二叉树的构建和遍历
Define linked list (linked list)
Sim Api User Guide(7)
Comparison and practice of prototype design of knowledge service app
SQL server query database deadlock
203. Remove linked list elements (linked list)
203、移出链表元素(链表)
C language - custom type
Charles 功能介绍和使用教程
How can swagger2 custom parameter annotations not be displayed
Chapter 2 Oracle database in memory architecture (I) (im-2.1)
MySql常用语句
JUC concurrent programming 09 -- source code analysis of condition implementation
[provincial election joint examination 2022 d2t1] card (state compression DP, FWT convolution)
59、螺旋矩阵(数组)
Introduction to wechat applet, development history, advantages of applet, application account, development tools, initial knowledge of wxml file and wxss file
209、长度最小的子数组(数组)
基于PyQt5实现弹出任务进度条功能示例