Coder Social home page Coder Social logo

manjaro's Introduction

manjaro linux 个人配置

1.下载并安装 manjaro-i3

下载

https://www.manjaro.org/download/community/i3/

制作启动盘

刻录工具Rufus:

https://rufus.ie/

注意:下载版本3.1,dd模式刻录。(更高版本不能选择刻录模式)

或者使用

https://rufus.ie/

安装

选择系统语言为英文,因为选择中文后,家目录的文件夹是中文的。

2.安装必备软件

x window

  • xorg-server
  • xorg-xinit

window compositor

  • compton

window manager

  • i3-gaps

status bar

  • polybar

wallpaper

  • feh

terminal

  • alacritty

shell

  • zsh + oh-my-zsh

file manager in terminal

  • ranger

3.配置

更新软件并配置国内软件源

更改国内源

$ sudo pacman-mirrors -i -c China -m rank

添加 Arch Linux 中文社区仓库:

/etc/pacman.conf文件末尾添加两行:

[archlinuxcn]
SigLevel = Optional TrustedOnly
# 这里可以改为其他源
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

强制刷新并更新所有软件

$ sudo pacman -Syyn

更新完毕后重启

$ reboot

字体

下载字体:

sudo pacman -S ttf-font-awesome wqy-bitmapfont wqy-microhei wqy-microhei wqy-zenhei nerd-fonts-complete

更改字体配置

拷贝我git仓库的fonts/覆盖/etc/fonts/

$ cp -r manjaro/fonts/ /etc/

重启以生效

$ reboot

其他

卸载conky

sudo pacman -Rns conky

manjaro's People

Contributors

xurenda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.