What should you do after install manjaro?

notes of manjaro

Posted by SHIELD-SKY on May 21, 2019

Change mirrors

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

Choose which mirror you want to use.

Refresh the cache:

sudo pacman -Syy 

open-vm-tools

When you have installed manjaro on VMware Workstation, open-vm-tool is installed.

To enable copy and paste between host and gust gtkmm3 is required.

Try to install gtkmm3 manuslly if it does not work properly.

Common pacman command

pacman -S  软件名   #安装instll
pacman -Syu    #更新update
pacman -R 软件名    #移除remove
pacman -U 本地安装包名 #install local package

input method

sudo pacman -S fcitx-im
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-googlepinyin
  • Add configure file, sudo vim ~/.xprofile, then reboot .
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

yay

pacman -S yay

zsh

sudo pacman -S zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

chsh -s /bin/zsh

vscode

You can search Unofficial package on AUR

yay -S visual-studio-code-bin	

Settings Sync

Stttings Sync is a tool that let you synchronize vscode’s setting.

##reference