当前位置:   article > 正文

Ubuntu 17.10 安装调优_everrun 账号

everrun 账号

背景

  • Vmware Workstation 14
    • 自行百度
  • ubuntu-17.10.1-desktop-amd64

安装

  • 自行百度

调优

安装设置root账号密码

sudo passwd root  
  • 1

切换阿里源

阿里源

删掉不常用自带软件

  • thunderbird 邮件
  • totem 电影播放器
  • rhythmbox 音乐
  • simple-scan 扫描器
  • gnome-mahjongg 对对碰游戏
  • aisleriot 纸牌
  • gnome-mines 扫雷
  • cheese 相机
  • transmission-common BT下载客户端
  • gnome-sudoku 数独
  • deja-dup 备份
  • libreoffice 自带办公软件
  • help 帮助
  • gnome-software 软件中心
sudo apt-get remove thunderbird totem rhythmbox simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common  gnome-sudoku deja-dup libreoffice* yelp gnome-software
  • 1
  • 2
  • Amazon 删除自带亚马逊
sudo apt-get remove ubuntu-web-launchers
  • 1
  • 2
  • 清理旧版本的软件缓存
sudo apt-get autoclean 
  • 1
  • 2
  • 清理所有软件缓存
sudo apt-get clean 
  • 1
  • 2
  • 清理系统不再使用的孤立软件
sudo apt-get autoremove
  • 1
  • 2
  • 更新
sudo apt-get update
sudo apt-get upgrade
  • 1
  • 2

安装常用软件

  • git
sudo apt-get install  git
  • 1

git

  • wget
sudo apt-get install  wget
  • 1

wget

  • vim
sudo apt-get install  vim
  • 1

vim

1.Z Shell (Zsh) 是一种Unix shell,它可以用作为交互式的登录shell,也是一种强大的shell脚本命令解释器。它在兼容 Bash 的同时 (默认不兼容,除非设置成 emulate sh) 还提供了很多改进。 Oh-my-zsh是一个傻瓜化的zsh配置管理框架,提供了大量实用的功能,主题等。做到开箱即用,现在基本成为了Zsh的标配。


sudo apt-get install zsh
whch zsh

zsh
which zsh

2.从GitHub 下载 oh-my-zsh 套件

sudo git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
  • 1

3.拷贝oh-my-zsh的范例

 cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc 
  • 1

4.查看有什么theme主题

ls ~/.oh-my-zsh/themes 
  • 1

themes

5.可以编辑~/.zshrc 文件来修改主题 大神截图

sudo vim ~/.zshrc
ZSH_THEME="ys"   (找到这条语句,然后修改引号内的内容改为个人喜欢的主题)
  • 1
  • 2

themes ys

6.查看可以使用的plugins

ls ~/.oh-my-zsh/plugins  
  • 1

plugin

7.设置zsh替换掉原有的shell

 chsh -s /bin/zsh   
  • 1
 sudo apt-get install gnome-tweak-tool
 sudo apt install gnome-shell-extensions
 sudo apt install chrome-gnome-shell
  • 1
  • 2
  • 3

插件

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/637383
推荐阅读
相关标签
  

闽ICP备14008679号