美文网首页挨踢(IT)
Debian10 安装教程

Debian10 安装教程

作者: android_yiluo | 来源:发表于2019-10-13 08:22 被阅读0次

1、下载Debian链接  https://www.debian.org/CD/http-ftp/#stable

2、使用rufus软件做Debian 启动磁盘

3、进入到pe装机页面

装机页面直接按Enter 选择语言,尽量英语防止乱码 选择时区 选择亚洲 选择中国 字符编码 键盘支持的语言 主机名 域名称 主机名密码 客户端名称 客户端密码 硬盘分区默认 默认 默认 默认 选择源 中国 阿里源 取消全部勾选 安装完成 更新 安装vim 乱八七糟的工具

apt-get install vim curl git sudo libglib2.0-dev-bin imagemagick

安装zsh vim /etc/sudoers进入编辑,编辑完退出 安装桌面的核心文件

4、安装成功之后reboot重启系统

5、使用终端安装 sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 并 vim .zshrc 回车

chuxian curl: (7) Failed connect to raw.github.com:443; Connection refused

把 raw.github.com 改成 raw.githubusercontent.com,如下:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

或者

sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"

修改并保持推出

6、make找不到时 sudo apt-get install --reinstall make

https://github.com/vinceliuice/Tela-icon-theme

https://github.com/daniruiz/flat-remix-gnome

https://github.com/daniruiz/Flat-Remix-GTK

https://github.com/SolidZORO/zpix-pixel-font

7、下载视频里那些美化用的压缩包,下载地址如下

https://github.com/vinceliuice/Tela-icon-theme

https://github.com/daniruiz/flat-remix-gnome

https://github.com/daniruiz/Flat-Remix-GTK

https://github.com/SolidZORO/zpix-pixel-font

下载完成之后解压,先安装字体zpix-pixel-font/dis/Zpix.ttf安装

在这个文件flat-remix-gnome-master 中打开终端 运行 make 回车 sudo make install 

在这个文件flat-remix-gt-master 中打开终端 运行 make 回车 sudo make install 

在这个文件Tela-icon-theme-master 中打开终端 运行 make 回车 sudo ./install.sh

8、打开Tweaks 在Extensions(扩展中)打开Applications menu(应用菜单) Removable dier menu(移动菜单) user theme(用户主题)打开

在Top Bar全部打开 在Windows Titlebars 中打开 maximize minimize打开

相关文章

网友评论

    本文标题:Debian10 安装教程

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