美化ubuntu/debian

sudo add-apt-repository ppa:numix/ppa

sudo apt-get update

sudo apt-get install numix-gtk-theme numix-icon-theme numix-icon-theme-circle


sudo apt-get install wallch

sudo apt-get install unity-tweak-tool


Ubuntu 用户如何安装和更新到 Cinnamon 2.4。[安装]

很简单,因为有PPA可用,可使用下面的命令:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly

sudo apt-get update && sudo apt-get install cinnamon



更新命令:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly

sudo apt-get update && sudo apt-get dist-upgrade



卸载命令:
sudo apt-get purge cinnamon

读盘???

    3  sudo apt-get install ntfs-3g
    4  sudo ntfsfix /dev/sda1
    5  sudo ntfsfix /dev/sdb1
    6  sudo ntfsfix /dev/sdb2
    7  sudo ntfsfix /dev/sdb3
  


---
安装fish
    9  sudo apt-add-repository ppa:fish-shell/release-2
   10  sudo apt-get update
   12  sudo apt-get install fish
   13  chsh -s /usr/bin/fish
    chsh
   14  fish

修改源

更改源:
修改/etc/apt/sources.list
如更改163源:
在sources.list文件最顶加入下面信息

deb http://mirrors6.ustc.edu.cn/debian stable main contrib non-free
deb-src http://mirrors6.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors6.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
deb-src http://mirrors6.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
deb http://mirrors6.ustc.edu.cn/debian stable-updates main contrib non-free
deb-src http://mirrors6.ustc.edu.cn/debian stable-updates main contrib non-free

如果是ipv4的话,加入这个

deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free

参考网址:https://lug.ustc.edu.cn/repogen/

之后的

sudo reboot

dash------unity ------theme numix----icon circle


panel ------  transparency level 调一下


dash wall 壁纸设置一下


fish shell 设置:


sudo apt-get install fish 
sudo apt-get install git

chsh

/usr/bin/fish


set fish_greeting Hello,小伊!我的名字叫fish,是一个命令行式的shell。我暂时取代了dash和bash(都是shell...)大哥来帮助妳向内核传递指令。妳输入clear命令可以清屏,按下Tab键可以自动补全命令哦!

fish_config 自己调节


sublime package control 的安装:

import urllib.request,os,hashlib; h = 'eb2297e1a458f27d836c04bb0cbaf282' + 'd0e7a3098092775ccb37ca9d6b2e4b7d'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

sublime 主题

flatland
spaceblack
monarch




2015年9月17日14:01:33

sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-gtk-theme numix-icon-theme numix-icon-theme-circle
sudo apt-get install fish git
sudo apt-get install wallch
sudo apt-get install unity-tweak-tool
chsh

/usr/bin/fish

sudo reboot

重启之后,运行unity tweak tool,修改theme
icon panel里面的不透明度

打开wallch,修改壁纸

在终端里面

set fish_greeting

然后设置fish_config

在appearance里面设置,侧边栏的图标大小。

安全和隐私,search,允许网络的搜索结果

你可能感兴趣的:(美化ubuntu/debian)