Manjaro是一款基于Arch Linux、对用户友好、全球排名第1的Linux发行版。
在Linux圈,Arch的确是一个异常强大的发行版。它有3个无与伦比的优势:
查看版本
1
$ screenfetch
错误:无法注册 ‘archlinuxcn’ 数据库 (数据库已登记)
1 $ sudo vi /etc/pacman.conf
添加源
1
$ sudo pacman-mirrors -i -c China -m rank
增加archlinuxcn
库和antergos
库
1
$ 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
更新
1
$ sudo pacman -Syy
安装archlinuxcn
签名钥匙&antergos
签名钥匙
1
$ sudo pacman -S --noconfirm archlinuxcn-keyring antergos-keyring
安装搜狗输入法
1 | $ sudo pacman -S --noconfirm fcitx-im fcitx-configtool fcitx-sogoupinyin |
配置搜狗变量
1
$ sudo echo -e "export GTK_IM_MODULE=fcitx\nexport QT_IM_MODULE=fcitx\nexport XMODIFIERS=@im=fcitx">>~/.xprofile
错误:搜狗输入法异常!请删除.config/SogouPY 并重启
1 $ sogou-qimpanel
sogou-qimpanel: error while loading shared libraries: libfcitx-qt.so.0: cannot open shared object file: No such file or directory
1 $ sudo pacman -S fcitx-qt4
安装快照工具
1 | $ sudo pacman -S timeshift |
安装git
1
2
3$ sudo pacman -S git
$ git config --global user.name "ziv"
$ git config --global user.email "abc.ziv@hotmail.com"
安装谷歌浏览器
1 | $ sudo pacman -S google-chrome |
安装AUR助手yay
1 | $ sudo pacman -S yay |
安装网易云音乐
1 | $ yay -S netease-cloud-music |
安装oh-my-zsh
1 | $ wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh |
incr也是zsh自动补全插件
- 下载自动补全插件http://mimosa-pudica.net/src/incr-0.2.zsh
- 放到oh-my-zsh的插件库中
.oh-my-zsh/plugins/创建incr文件夹放到该文件夹中 - 在.zshrc中添加
在.zshrc文件末尾添加下面这行
source ~/.oh-my-zsh/plugins/incr/incr*.zsh - 重启命令行
安装印象笔记
1 | $ yay -S nixnote2 |
安装debtap(转换deb工具)
1 | $ yay -S debtap |
安装TIM
1 | $ yay -S deepin.com.qq.office |
安装微信
1 | $ sudo yay -S electronic-wechat |
更改英文目录
1
2
3
4
5
6$ sudo pacman -S xdg-user-dirs-gtk
$ export LANG=en_US
$ xdg-user-dirs-gtk-update
$ #然后会有个窗口提示语言更改,更新名称即可
$ export LANG=zh_CN.UTF-8
$ #然后重启电脑如果提示语言更改,保留旧的名称即可
安装截图工具flameshot
1 | $ yay -S flameshot |
安装thunderbird邮箱
1 | $ yay -S thunderbird |
安装VScode
1 | $ yay -S visual-studio-code-bin |
安装baiduPCS-web(百度网盘WEB版本)
下载地址:https://github.com/liuzhuoling2011/baidupcs-web/releases
1
2
3cd #到软件所在的目录
chmod a+x BaiduPCS-Go
./BaiduPCS-Go
安装shadowsocks
1 | $ yay -S shadowsocks-qt5 # 输入2 |
系统代理
系统设置 -> 代理 -> Use manually specified proxy cofinguration -> SOCKS Proxy:127.0.0.1 Prot:1080
浏览器代理
以 Chrome 为例,安装 SwitchyOmega 插件代理。
Github 下载 SwitchyOmega:https://github.com/FelisCatus/SwitchyOmega/releases/
Chrome 打开 chrome://extensions/,把插件托进去安装。