ubuntu16安装与配置

摘要:
1.ubuntu安装与配置1.1.换源1.2.卸载libreofficesudoaptremovelibreoffice-common1.3.安装gitsudoaptinstallgit1.4.安装与配置zsh安装zshsudoaptinstallzsh安装oh-my-zshsh-c"$(wgethttps://raw.github.com/robbyrussell/oh-my-zsh/maste
1. ubuntu安装与配置

1.1. 换源

1.2. 卸载libreoffice

sudo apt remove libreoffice-common

1.3. 安装git

sudo apt install git

1.4. 安装与配置zsh

安装zsh

sudo apt install zsh

安装oh-my-zsh

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

命令高亮插件zsh-syntax-highlight

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

自动补全插件

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

启用插件
修改~/.zshrc 中的plugins选项

  plugins=(
      zsh-syntax-highlighting
      zsh-autosuggestions
      autojump
      )

1.5. 安装sougou输入法

搜狗官网下载输入法
安装

sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb 

解决依赖

sudo apt install -f

1.6. 快捷终端

sudo apt-install tilda

1.7. 安装vscode

下载地址
安装

sudo dpkg -i code.deb

免责声明:文章转载自《ubuntu16安装与配置》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇720P、、、1080P采用H.264编码的码流是多少M?select2的相关问题下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

mac的一些基本设置(分享篇)

原文链接:http://www.h5con.cn/macdao/ocds-guide-to-setting-up-mac/blob/master/README.md 原文链接:https://juejin.im/entry/58ca60d461ff4b006018aa2f Awesome Mac:https://github.com/jaywcjlove/...

为 setuptools 开路搭桥

赖勇浩(http://laiyonghao.com) 关键字:python, easy_install, setuptools, Bitvise Tunnelier, polipo, windows, linux, socks5, http, proxy在这里,我们有些网站无法访问。其中对我影响比较大的一个就是安装某些 Python 模块的时候,easy_...

deepin安装、破解navicat

我首先是跟着资料做的,途中,有很多的地址已经失效了,我换成了经过实践后有效的链接,这篇博客是根据记忆来的,未经实践,如有不对的地方,欢迎指正 新建个目录放要下载的文件 mkdir /data/home/ly-deepin/soft 去官网下载 官网下载地址:http://www.navicat.com.cn/download/navicat-premium...

win10安装子系统ubuntu附带图形化界面

Win10 应用商店中可以下载安装到可以在 Windows 10 里运行的 Ubuntu、Fedora、SUSE Linux、Arch 等 Linux 子系统。 也就是说,我们可以像安装 APP 那样简单地一键下载安装和运行 Ubuntu,并在无需重启或安装虚拟机的情况下,使其与 Windows10 同时「并行」运行。然而,在安装后出现的仅仅是一个命令行...

Ubuntu 16.04 LTS 安装 Nginx/PHP 5.6/MySQL 5.7 (LNMP) 与Laravel

Ubuntu 16.04 LTS 安装 Nginx/PHP 5.6/MySQL 5.7 (LNMP) 与Laravel 1、MySQL安装【安装 MariaDB】MariaDB是MySQL的一个分支首先,更新升级系统$ sudo apt update$ sudo apt upgrade安装MariaDB:$ sudo apt install mariadb...

1.2 Install Extension 安装扩展

进入   扩展->扩展管理器->安装  可以看到有四个标签 扩展库安装      找到想要安装的扩展直接install 压缩包安装     下载压缩文件上传并安装(extensions.joomla.org),这也是推荐方法,不建议通过文件夹安装。 文件夹安装 远程网址安装...