美文网首页
ubuntu18.04部分配置

ubuntu18.04部分配置

作者: 6cce91fee1d7 | 来源:发表于2018-06-30 12:15 被阅读118次

以下的导向链接均为参考链接,建议点击查看。因为链接过多,就不重复写参考二字。望见谅。

zsh安装与卸载

安装(引用自sorrower,建议点击查看,作者写的比我好

sudo apt-get install zsh

sudo apt-get install git

sudo wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

chsh -s /bin/zsh
主题推荐使用ys

这里有一个带插件的安装方式

卸载

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

    sudo apt-get autoremove zsh

    chsh -s /bin/bash

然后重启终端

mysql

完全卸载

  1. autoremove卸载
  2. find查找卸载

安装

mysql-apt-config安装
密码问题
tar.gz解包安装

网易云音乐

安装

针对libqt5依赖更新

升级control
dpkg-deb解包打包操作

无损分区

操作

gnome美化

教程1
教程2
插件
主题

refind 引导工具

安装教程
参数解释

更新暂时停止,因为换到了manjaro系统,Ubuntu的配置先到一段落。

相关文章

网友评论

      本文标题:ubuntu18.04部分配置

      本文链接:https://www.haomeiwen.com/subject/fcstuftx.html