Git Product home page Git Product logo

myrcfile's Introduction

Archlinux Configurations

适用于基于Archlinux的发行版,多数可用pacmanyay/yaourt安装。其它发行版可自行寻找对应包名。

Shell

Common

  • zsh

    必备。安装oh-my-zsh,启用zsh-syntax-highlightfzf插件。

  • vim

    编辑器。包管理:vim-plug。推荐插件:coc

  • mutt/neomutt

    邮件。

  • tig

    git的cursors UI。

  • tmux

    远程开发必备。参考.tmux.conf

  • ripgrep

    grep替代品。Rust的速度值得信赖。

  • icdiff

    diff替代品。

    git config --global icdiff.options '--highlight --line-numbers'
    
  • lsd

    ls代替品。推荐搭配icon fonts使用。

  • most

    less代替品。增强man体验。参考.mostrc设置vim键位。

  • bat

    cat代替品。带Code highlight。依赖highlight

  • fzf

    搭配oh-my-zsh快速查找文件。

  • htop/glances

    top代替品。

  • ranger

    文件管理,参考.config/ranger/rc.conf启用图片预览。

  • mpd

    音乐播放器。

  • tealdeer

    man懒人版本,tldr的Rust实现。

  • scrot/screenfetch

    截屏(晒桌面)工具。

  • translate-shell

    命令行翻译工具

Development

  • cquery/ccls

    C++的LSP,搭配coc使用。

  • ctags/ptags

    符号分析,搭配gutentags项目符号。参考.vim-plugin-settings.vim

  • bear

    从makefile/cmake生成compiler_flags,搭配coc使用。

  • bash-language-server

    bash的LSP实现。yarn安装。

Desktop

Management

  • i3/i3-gaps

    主要WM。参考.config/i3/配置。

  • polybar

    工具栏。参考.config/polybar/配置。依赖下述字体。

  • rofi

    启动器。参考.config/rofi/配置。

  • compton/picom

    Compositor。参考.config/compton.conf启用桌面特效。

  • arandr/autorandr

    显示管理工具。

  • acpid/systemd-logout/laptop_mode/laptop-mode-tools/xfce4-power-manager/cpupower

    电源管理。

  • networkmanager/networkmanager-applet

    网络管理。

  • pulseaudio

    音频管理。

  • libinput/libinput-gestures

    触摸板管理。参考.config/libinput-gestures.conf管理手势。

  • feh/nitrogen

    壁纸管理。

  • kvantum/qt5ct/lxappearance

    qt/gtk主题管理。

  • gnome-settings-daemon

    某些wine应用依赖,如QQ。

  • dunst

    桌面通知。参考.config/dunst/dunstrc配置。

Desktop softwares

Development

  • zeal

    开发文档查询。备选: devdocs.io

  • visual-studio-code-bin

    备用开发。

Fonts

CJK
  • noto-fonts-cjk

  • wqy-microhei

Mono
  • ttf-fira-code

    备选cascadia-code。支持ligatures。

  • nerd-fonts-complete

    支持各种ICON fonts。

Icon Fonts
  • otf-font-awesome

Icons

  • arc-icon-theme
  • qogir-icon-theme-git
  • deepin-icon-thme

GTK/Qt themes

  • qogir-kde-theme-git
  • qogir-gtk-theme-git
  • kvantum-theme-qogir-git

myrcfile's People

Contributors

zuoxinyu avatar

Stargazers

Feiox avatar  avatar

Watchers

James Cloos avatar  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.