markdown 我自己的Linux发行版设置 - Manjaro Deepin

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 我自己的Linux发行版设置 - Manjaro Deepin相关的知识,希望对你有一定的参考价值。

# Manjaro Deepin Setup (Linux)
- [INSTALLATION](#installation)
- [APPS](#apps)
    - [Install apps via Pacman](#install-apps-via-pacman-list-of-apps-are-not-completed-yet)
    - [Install apps via package manager and manual](#install-apps-via-package-manager-and-manual-list-of-apps-are-not-completed-yet)
        - [System](#system)
        - [UI](#ui)
        - [Terminal](#terminal)
        - [Development](#development)
            - [Packages](#packages)
- [ISSUES](#issues)
## INSTALLATION
>  - **/boot** 	*ext2* 	500 MB
> - **/** 	*ext4* 	25-50 GB
> - **swap** 	6-10 GB
> - **/home** 	*ext4* 	~GB
## APPS
### Install apps via Pacman (List of apps are not completed yet)
    sudo pacman -S powerline-fonts fish tree qbittorrent telegram-desktop gxkb opera
### Install apps via package manager and manual (List of apps are not completed yet)
> ***Installing apps from AUR maybe take a lot of time. So be patient :)***
#### System  
 - [opera](https://www.opera.com/ru)
 - [qbittorrent](https://www.qbittorrent.org/)
 - [megasync](https://mega.nz/) (AUR)
 - [telegram-desktop](https://telegram.org/)
 - [slack-desktop](https://slack.com/) (AUR)
#### UI  
 - [albert-lite](https://github.com/albertlauncher/albert) (AUR) - Awesome drop-down launcher
 - [osx-arc-shadow](https://github.com/thiagolucio/OSX-Arc-Shadow) 1.4.7-2 (AUR) - MacOS window theme
 - [deepin-topbar](https://github.com/haruyukilxz/deepin-topbar) 0.4.4-1 (AUR) - Topbar
 - [gxkb](https://github.com/zen-tools/gxkb) - Keyboard indicator and switcher

#### Terminal  

 - [fishshell](https://fishshell.com/) - Great custom shell. GitHub link is [here](https://github.com/fish-shell/fish-shell/#switching-to-fish). [Documentation](http://fishshell.com/docs/current/index.html)
    - [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/ru-RU/README.md) - The Fishshell Framework. - Manual installation
        - [agnoster](https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md#agnoster) - Fish-theme (required custom fonts)
    - [fish-dotfiles](https://github.com/sdcorp/fish-dotfiles) - Fish-dorfiles (aliases)
- [oh-my-git](https://github.com/arialdomartini/oh-my-git) - Awesome shell-theme for better git-cli experience (only for bash/zsh). - Manual installation
- [tree](http://xahlee.info/linux/linux_view_dir_as_tree.html) - Prints a dir in a visual tree format
 - [awesome-terminal-fonts-patched](https://github.com/gabrielelana/awesome-terminal-fonts) [1.0.0-2](https://aur.archlinux.org/packages/awesome-terminal-fonts-patched/) (AUR)
 - ~~[nerd-fonts-complete](https://github.com/ryanoasis/nerd-fonts) 2.0.0-5 (AUR)~~
#### Development
 
 - [visual-studio-code-bin](https://code.visualstudio.com/) (AUR) - Code Editor ([docs](https://code.visualstudio.com/docs))
 - [gitkraken](https://www.gitkraken.com/git-client) (AUR) - Awesome GUI-client for Git ([docs](https://support.gitkraken.com/))
 - [avocode](https://avocode.com/) (AUR) - Design inspector (PSD, Sketch, Adobe XD)
 - watchman (AUR) - For React Native
 - ~~android-studio (AUR)~~

##### Packages
Install NodeJS, NPM, Yarn firstly.

    sudo pacman -S nodejs npm yarn
NPM global packages.

    sudo npm install -g gulp-cli react-native-cli vue-cli emma-cli create-react-app create-react-native-app exp eslint npm-check-updates yo generator-man generator-foundation-browserify parcel-bundler prettier eslint-plugin-prettier
## ISSUES

 - Error: ENOSPC: no space left on device <br>`echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system`
 
 - Error:  no space left on device, when you installing apps. So, resize temp-directory to 15GB for installing large apps (just for current work session) <br> `sudo mount -o remount,size=15G /tmp/`

以上是关于markdown 我自己的Linux发行版设置 - Manjaro Deepin的主要内容,如果未能解决你的问题,请参考以下文章

kde做得最好的linux发行版是哪个

2019年10个最佳Linux发行版,你用过几个?如何选择适合自己的?

构建自己的 Linux 发行版

相同的 git 版本,相同的 Linux 发行版,不同的 git 分页设置

常用Linux发行版镜像源配置

ini 我自己的GRUB2配置文件,用于引导基于Linux的操作系统的各种实时发行版,以及一些系统工具。我tr