Manjaro食用指南(2):常用软件

前言

上一篇把Manjaro安装好了,做好了一个lvm的备份。
现在来安装一些我自己常用的软件。

软件包管理

Manjaro 也是使用pacman来进行安装软件的,如果不了解,可以看WIKI) 。例如

sudo pacman -S git 

不过,用yaourt会更加方便的安装AUR软件。Manjaro 应该是默认安装的,如果没装,就装以下。

sudo pacman -S yaourt
yaourt -S git

安装中文输入法

  • 按windows 键,搜索 Manjaro Setting Manager


    setting1.png
  • 打开 local settings, 添加中文


    setting0.png
  • 点击 Apply, 然后回到 All settings

  • 点击 All settings ,然后选择 Language Packages. 点击 Install Packages


    setting2.png
  • 可能这里需要重启,然后才在下面步骤找到中文输入法。

  • 按windows 键,打开settings,找到Region&Language,添加 Chinese(Intelligent Pinyin)


    setting4.png

PS:为啥我没装搜狗输入法呢?因为编译一次太久了,上面这个输入法足够用了。如果你想装搜狗,也不是不可以. 下面命令,选1

yaourt sogou
1 aur/fcitx-sogoupinyin 2.2.0.0108-2 (91) (0.81)
    Sogou Pinyin for Linux
2 aur/sogoupinyin-skin-roulan 0.9-1 (1) (0.09)
    An Elegant Skin For fcitx-sogoupinyin
==> Enter n° of packages to be installed (e.g., 1 2 3 or 1-3)
==> ---------------------------------------------------------
==>  1 

因为是AUR,出了问题就需要自己解决了。

安装Nutstore (坚果云)

Nutstore 是类似dropbox的同步工具。我主要是用来同步自己日常的工作文档,脚本,私人笔记之类的。它可以在多台电脑之间同步文件,每月3G流量是免费的。非常好用。
如果你和我一样用的是Gnome自带的Nautilus,推荐安装第一个版本。当一个目录同步完毕后,它会在上面打个小对钩子。

yaourt nutstore
1 aur/nautilus-nutstore 3.4.3-2 [installed] (11) (0.00)
    Nutstore integration for Nautilus.
2 aur/nutstore 3.4.4-1 [installed] (27) (0.44)
    a cloud service that lets you sync and share files anywhere.
3 aur/nutstore-experimental 3.4.5-4 (1) (0.00)
    Nutstore experimental version.
==> Enter n° of packages to be installed (e.g., 1 2 3 or 1-3)
==> ---------------------------------------------------------
==>  1

安装好之后可以按windows健,搜索nutstore,打开后注册使用。

nutstore2.png

安装 Visual-studio-code

微软的开源编辑器,最好的编辑器之一。get start

yaourt visual-studio-code
1 aur/visual-studio-code-bin 1.26.1-2 [installed] (724) (43.00)
    Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)
2 aur/visual-studio-code-insiders 1533299529-1 (18) (2.74)
    Editor for building and debugging modern web and cloud applications (insiders version)
==> Enter n° of packages to be installed (e.g., 1 2 3 or 1-3)
==> ---------------------------------------------------------
==>  1
vscode.png

安装Tmux

最好的分屏软件tmux

yaourt -S tmux
[sudo] password for xxxxx: 
warning: tmux-2.7-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) tmux-2.7-1

Total Installed Size:  0.59 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
tmux.png

你可能感兴趣的:(Manjaro食用指南(2):常用软件)