Using Linux as a working system obviously deepens your familiarity with Linux and makes it easier to access some emerging technologies, such as blockchain and Rust. Personal tools are more cloud-oriented. I used Ubuntu 1 for one year and Deepin system for two years before, and then I switched to Manjaro after I came into contact with ARCH. Will some office and use experience sorted out, but also hope to provide some experience.

I will introduce it in two parts

1. Basic configuration.

2. Some software used in work.

Pronunciation: Manjaro /mən ɪ dʒɑːroʊ /

The reasons for using it are as follows: 1. I like rolling updates, and the software is very new, such as Vim Fish, but I don’t want to build the desktop environment from scratch every time. 2. 3. Active community, timely solution of problems

1 Basic Configuration

1.1 Obtaining the Source Speed Ranking

sudo pacman-mirrors -i -c China -m rank
Copy the code

Choose a domestic source.

1.2 Adding domestic sources

sudo vim /etc/pacman.conf

[archlinuxcn]
SigLevel = Never
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
Copy the code

1.3 installation yay

Yay Sudo Pacman -S yayCopy the code

1.4 Installing the FCITX 5 Input Method

Sogou input method is easy to jam and crash, Google – Pinyin personal use of automatic completion effect is not as good as FCITX-Sunpinyin, fCITX 5 is more modern, pinyin complete is also very good.

Github.com/sunpinyin/s…).

Installed fcitx 5

sudo pacman -Rs $(pacman -Qsq fcitx)
sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons fcitx5-material-color
Copy the code
  • Fcitx5: input method basic framework main procedures

  • Fcitx5 – ConfigTool (KCM -fcitx5) : input method configtool(supported by KDE desktop environment)

  • Fcitx5-qt: Support for QT5 applications

  • Fcitx5-gtk: Support for GTK programs

  • Fcitx5-chinese-addons: Simplified Chinese input support, Cloud pinyin

  • Fcitx5-material-color: A Fcitx5 skin that uses Material Design to mimic Windows 10’s built-in UI

Modify the input method environment variable so that the application can call the Fcitx5 input method to paste the following into ~/.pam_environment

GTK_IM_MODULE DEFAULT=fcitx
QT_IM_MODULE  DEFAULT=fcitx
XMODIFIERS    DEFAULT=@im=fcitx
Copy the code

Paste the following contents into ~/.xprofile(read and apply Settings every time you log in using GDM or other graphics)

fcitx5 &
Copy the code

WPS users also need to edit ~/.xprofile

export QT_IM_MODULE=fcitx5

www.cnblogs.com/fatalord/p/… zhuanlan.zhihu.com/p/341637818

Install sunpingyin

Sunpinyin open source library: [github.com/sunpinyin/s…

Sudo pacman -s fcitx-im # Configure sudo pacman -s fcitx-sunpinyinCopy the code
Sudo vim ~/.xprofileCopy the code
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
Copy the code

Install the system command line tool

sudo pacman -S vim dnsutils zsh autojump --noconfirm
Copy the code

2.1 the fish

 sudo pacman -Sy fish 
Copy the code

Vim. ~ / config/fish/config. The fish at the end, add the following content

if test -f /usr/share/autojump/autojump.fish; . /usr/share/autojump/autojump.fish; end
Copy the code

Then the source ~ /. Config/fish/config. Fish can take effect

2.2 ZSH

For ZSH users, it is recommended to use plug-ins such as ANTIGEN configuration completion and Git

Three, office related tools

3.1 Office Suite

The WPS online version is recommended

Use WPS online version

www.kdocs.cn/

Or the online version of Office

Website: www.office.com/

Like using it locally, the key is free!!

WPS is recommended to be installed locally

yay -S wps-office
Copy the code

3.2 Chat software QQ

Qq released the official version im.qq.com/download/ wechat: github.com/countstarli…

Linuxqq can also be installed directly from the Manjaro app store

3.3 trypora

Wysiwyg MD editor

3.4 Deepin software

Deepin-system-monitor system monitoring software, very beautiful

Manjaro installs deepin software

Deepin-screenshot Deep screenshots

Deep-image-viewer displays images in depth

Deepin-terminal currently does not support Manjaro very well, not recommended

The depth at the picture

Personal depth is very optimistic about the domestic related software adaptation to improve an important step. Also launched some boutique software. Hope the depth development is getting better and better.

Set shortcut keys for in-depth Screenshot

Depth screenshot is my favorite screenshot tool in Linux, similar to QQ screenshot function.

Configure shortcut Keys

[System Settings] – [Workspace] – [Custom shortcut keys], click [Edit] – [New] – [Global shortcut keys] – [Command /URL:]

deepin-turbo-invoker --type=dtkwidget deepin-screenshot --icon
Copy the code

Other Screenshot Tools

flameshot

You can import shortcut key configurations

wget https://raw.githubusercontent.com/flameshot-org/flameshot/master/docs/shortcuts-config/flameshot-shortcuts-kde
Copy the code

Install programming tools

1, jetbrains toolbox

2. Idea Community Edition

3. Pycharm

4, visual studio – code – bin

5. Vim: Experience of using VIM

6, Open JDK download url

adoptopenjdk.net/

5. KDE related tools

Konsole Alt+ Scroll wheel to adjust transparency Alt+ Drag moving window Ctrl+ Scroll wheel to adjust text size Ctrl+Shfit+F Search

KED Connect: Easy to transfer files, pictures, text, power off, etc.

Updated the Chinese name of the directory

sudo pacman -S xdg-user-dirs-gtk
export LANG=en_US
# update name
xdg-user-dirs-gtk-update
export LANG=zh_CN.UTF-8
Copy the code

Then restart the computer and keep the old name if prompted for a language change

Theme Settings

Window trim whiteSur- Dark X1.5

other

1 Albert software to start the magic

Quick start application search file Sudo Pacman -s Albert

Set shortcut keys in Settings, start after startup, and select Application and Files in Extension. You can also check search and Terminal

2 Install the Latte Dock

The official Dock plugin.

reference

Manjaro installs wechat and Sogou input method 1. SSH Solves the problem of repeated login after one login

2. Manjaro installs deepin software