Ubuntu 17.10 安装调优

背景

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

安装

  • 自行百度

调优

安装设置root账号密码

sudo passwd root  

切换阿里源

阿里源

删掉不常用自带软件

  • 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
  • Amazon 删除自带亚马逊
sudo apt-get remove ubuntu-web-launchers
  • 清理旧版本的软件缓存
sudo apt-get autoclean 
  • 清理所有软件缓存
sudo apt-get clean 
  • 清理系统不再使用的孤立软件
sudo apt-get autoremove
  • 更新
sudo apt-get update
sudo apt-get upgrade

安装常用软件

  • git
sudo apt-get install  git

git

  • wget
sudo apt-get install  wget

wget

  • vim
sudo apt-get install  vim

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

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

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

4.查看有什么theme主题

ls ~/.oh-my-zsh/themes 

themes

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

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

themes ys

6.查看可以使用的plugins

ls ~/.oh-my-zsh/plugins  

plugin

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

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

插件

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值