Elementary os系统配置

第一步

首先你得安装elementary os的系统啊,安装系统的教程网络上很多,大家自己去看看就知道了。

设置语言为中文简体,重启系统生效。

第二步

准备工作

sudo apt update                  #更新源

sudo apt -y dist-upgrade     #升级系统软件

sudo apt -y autoremove     #自动清除卸载的文件垃圾

添加源的准备工作:添加 add-apt-repository 命令支持。

sudo apt-get install -y python-software-properties software-properties-common  #命令支持

sudo add-apt-repository -y ppa:elementary-os/daily  #添加源

sudo apt update  #更新源

sudo apt -y dist-upgrade  #更新软件

elementaryOS 扩展图标包

git clone https://github.com/btd1337/elementary-full-icon-theme

sudo mv elementary-full-icon-theme /usr/share/icons/

gsettings set org.gnome.desktop.interfaceicon-theme"elementary-full-icon-theme"

安装tweaks工具

sudo add-apt-repository-y ppa:philip.scott/elementary-tweaks

sudo apt update

sudo apt -y install elementary-tweaks

安装谷歌浏览器

去谷歌官网下载linux版本的浏览器

sudo dpkg -i xxx.deb  #安装命令

安装搜狗输入法

去搜狗输入法官网下载linux版本输入法,使用如上的命令进行安装。

sudo apt install -y fcitx fcitx-frontend-gtk3 fcitx-libs-qt fcitx-libs libopencc1

sudo dpkg -i**.deb

安装Arc主题

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/arc-theme.list"

sudo apt-key adv --recv-keys --keyserver keyserver.Ubuntu.com BEB6D886

sudo apt update

sudo apt install arc-theme -y

安装Paper主题

sudo add-apt-repository ppa:snwh/pulp -y

sudo apt update

sudo apt install paper-gtk-theme paper-icon-theme -y

添加PPA源

sudo apt-add-repository ppa:versable/elementary-update

sudo apt-get update

说明:添加ppa源的时候,最后提示的时候不要按ctrl+c取消添加,按Enter。

以上就是我自己配置的Elementary os系统的配置方案。

谷歌浏览器Flash

这个问题的解决方案是参考另外一篇文章,放上链接。

你可能感兴趣的:(Elementary os系统配置)