赞
踩
简单介绍:
Manjaro和Ubuntu的都使用有段时间了,还是AUR大法用着舒服趁着由KDE桌面更换deepin时系统崩溃,直接重装了系统,版本:Manjaro-deepin-17.1.7-x86_64.iso。此次记录安装后配置,综合各个网站博客的内容完成,写成博客以方便查阅。
安装后的配置
1.配置镜像源
(1)排列源
sudo pacman-mirrors -i -c China -m rank
(2)增加archlinuxcn软件仓库以及各种开发工具源更改吃豆源
sudo gedit /etc/pacman.conf
添加以下内容:
[archlinuxcn]
SigLevel = Optional TrustedOnly
Server =http://mirrors.ustc.edu.cn/archlinuxcn/$arch
[arch4edu]
SigLevel = Never
Server = http://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
或者执行
echo -e "\n[archlinuxcn]\nSigLevel = TrustAll\nServer = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/\$arch\n\n[antergos]\nSigLevel = TrustAll\nServer = https://mirrors.tuna.tsinghua.edu.cn/antergos/\$repo/\$arch\n"|sudo tee -a /etc/pacman.conf
(3)更新并选择最快的源列表
sudo pacman-mirrors -g
2.系统更新
#升级系统:
sudo pacman -Syyu
#安装archlinuxcn签名钥匙&antergos签名钥匙
sudo pacman -S --noconfirm archlinuxcn-keyring antergos-keyring
3.为了后期安装AUR方便,也可以额外安装yaourt:
sudo pacman -S yaourt
4.搜狗输入法
#务必保证系统语言为中文
(1)安装下列包(可以写成一行执行)
sudo pacman -S fcitx-googlepinyin
sudo pacman -S fcitx-im# 全部安装
sudo pacman -S fcitx-configtool# 图形化配置工具
(2)创建若有则添加(〜/ .xprofile)中文环境变量
sudo vim/nano...(各种文本编辑器) .xprofile
添加如下内容:
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export LC_CTYPE=zh_CN.UTF-8
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
保存成功后,在终端输入fcitx的启动服务,重启即可。
经测试:第(2)上面的操作的太麻烦,可以直接执行以下命令后重启:
sudo echo -e "export GTK_IM_MODULE=fcitx\nexport QT_IM_MODULE=fcitx\nexport XMODIFIERS=@im=fcitx">>~/.xprofile
5.安装zsh
安装zsh:
sudo pacman -S zsh
接着配置oh-my-zsh:
sh -c“$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)”
查看本地有哪种
shell cat / etc / shells
最后更换默认的shell:
chsh -s / bin / zsh
6.Tim/ QQ
#安装QQ
yaourt -S deepin.com.qq.im
#安装Tim
yaourt -S deepin.com.qq.office
7.常用软件
WPS:
pacman -S wps-office ttf-wps-fonts
谷歌浏览器
sudo pacman -S chromium
网易云音乐
sudo pacman -S netease-cloud-music
8. 修改目录为英文
export LC_ALL=zh_CN.UTF-8
xdg-user-dirs-update --force
来源:https://www.cnblogs.com/geoffreyone/p/9899868.html
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。