Manjaro installation, configuration, landscaping guidelines (probably the most complete whole network)

Free software is software that respects your freedom and the social solidarity of your community. So it's free as in
free software is respect for individual freedom and social solidarity software. So as to freedom as freedom.
---- The father of free software Richard Matthew Stallman

This article addresses what is the problem?

Manjaro Linux installation, basic software configuration (QQ, input methods, Netease cloud music ...), appropriate landscaping.

Why Manjaro

  1. DistroWatch release the world's number
  2. Based on Arch Linux, pacman package inherits its advanced management system, rich depots and good community support, China has a large number of Chinese sources commonly used software
  3. Arch different sources and, to some extent, to avoid the risk of panning

Why is Arch Linux pacman package management system is more advanced?

Arch-Wiki

Finished:

Screenshot_20190825_151639.png

Screenshot_20190825_151619.png

Screenshot_20190825_152151.png

Ado, just start

A Installing System

To manage network download system image, choose their own familiar desktop environment, KDE used here for demonstration.

Use rufus tool, choose their own U-disk, use dd write mode.

Then restart the use of U disk boot into the graphical interface installation system, install just fine. Note that: the best off the network at the time of installation, or may be in the 93% of calories a day (even due to the software source abroad, it is very slow)

If all goes well, you should be able to restart when entering the KDE desktop environment.

First of all, we first changed the way it opens the file, double-click (

系统设置->桌面行为->工作空间->双击打开文件和文件夹

Because KDE is the default operating clicked against humanity, some of the following steps in order to prevent misuse, this alone come up with is what is necessary.

.Pacman two basic configuration package management system

  1. Replace the Chinese source
sudo pacman-mirrors -i -c China -m rank
sudo pacman -Syy

在第一条命令结束的时候会弹出一个窗口让你选择想要使用的源,选最快的那个就行了。笔者选择的是清华源。

修改/etc/pacman.conf
在文件末尾加上

[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

然后运行这两行命令:

sudo pacman -S archlinuxcn-keyring #-S表示安装某一软件
sduo pacman -Syy # -Syy表示将本地的软件与软件仓库进行同步

然后就可以更新一下系统:

sudo pacman -Syyu
#这是Arch系非常爽的一个命令,可以更新系统的一切软件包

在此可能会出现的问题(一般情况下不会出现):

依赖处理错误:A要求B的版本<=x.x.x,无法更新B,依赖关系不满足
....

这时候就需要手动处理依赖。

A要求B的版本<=某一值,注意这是旧版本的A的条件,所以如果pacman先更新了B的话,那么旧版本的A就无法满足依赖关系,从而报错。所以我们只要先运行:

sudo pacman -S A

将A更新到最新版本,从而满足依赖关系。

升级完之后你可能发现你的中文字体变成了口

sudo pacman -S wqy-microhei

这是因为系统缺少字体,运行上面的命令解决。

三. 安装常用软件

  1. 输入法
sudo pacman -S fcitx-im #全部安装
sudo pacman -S fcitx-configtool

~/.xprofile文件(没有则需要新建)中加入:

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

重启后输入法即可使用。

  1. Tim/QQ
    这里以Tim为例,QQ可能有锅。
pacman -S deepin.com.qq.office
sudo pacman -S gnome-settings-daemon
系统设置->开机或关机->自动启动->添加脚本->输入/usr/lib/gsd-xsettings

重启即可使用QQ。

  1. vim/网易云/wps/typora/chrome
sudo pacman -S vim
sudo pacman -S netease-cloud-music
sudo pacman -S wps-office
sudo pacman -S ttf-wps-fonts
sudo pacman -S typora
sudo pacman -S google-chrome

这辈子装软件都没这么爽过

这什么垃圾玩意,怎么连sublime都没有

你尝试在pacman中搜索几个常用的软件,但是发现都没有,你可能对Arch系吹的那么NB的pacman产生了怀疑。

sudo pacman -S yay#安装Aur工具

现在试试看:

yay -Ss sulime

是不是能搜到很多结果?
这就是Arch系的大杀器AUR
就是一个社区维护的软件库,软件丰富。

现在你的操作系统应该已经能用了。
对,仅仅是能用而已。

四. 美化

这里要说一下,笔者其实是不建议照着mac os弄的,毕竟Manjaro就是Manjaro,你照着mac弄得再像它也成不了mac,但是众口难调,mac os的设计是公认的最优秀的设计之一,所以文章中就以mac os向的美化为例。

啊!这个终端怎么这么绿啊!

终端设置->编辑当前方案->外观
#你可以直接用已有的配色方案或者点"获取新的配色方案"来查找网上的配色方案

sudo pacman -S zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"#安装oh-my-zsh

终端设置->编辑当前方案
将命令改为/bin/zsh

啊!这个图标怎么这么丑啊

系统设置->图标->获取新的图标->搜索Mojave CT Icon安装

我想要mac的全局顶栏和dock栏,这个底栏又大又丑

右键底栏->面板的选项,改变高度和把它放在屏幕上方->添加部件全局顶栏
sudo pacman -S latte-dock#安装dock栏

我还想要字体-窗口主题

#设置里都有
#提供一个仿mac方案
工作空间主题:MacBreeze Shadowless
颜色:氧气冷色
窗口装饰:McMojave-light

至此,Manjaro配置完成。

结尾&一些小技巧

hot key:

F12:拉幕式终端
Alt+空格:调出全局搜索
Ctrl+F8:切出多桌面窗口

You can also 显示桌面this operation is reset to F11.

Mouse operation:
in the upper left corner summarized a few, all of tiled windows.

Mouse wheel very slow

sudo pacman -S imwheel
#配置文件自己上网查

-----end------

Guess you like

Origin www.cnblogs.com/zryabc/p/11408297.html