linux 记录

Posted Yuhuger

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 记录相关的知识,希望对你有一定的参考价值。

1.emacs配置文件

(setq default-tab-width 4)
(setq c-default-style "linux")
(setq c-basic-offset 4)
(global-linum-mode 1)

(add-hook c-mode-common-hook hs-minor-mode)
(global-set-key [f9] hs-toggle-hiding)

2.python2,3 pip,pip3安装

3.quake安装

4.

theme
sudo add-apt-repository ppa:noobslab/themes  
sudo apt-get update  
sudo apt-get install flatabulous-theme


icons
sudo add-apt-repository ppa:noobslab/icons  
sudo apt-get update  
sudo apt-get install ultra-flat-icons

以上是关于linux 记录的主要内容,如果未能解决你的问题,请参考以下文章

discuz X3.1 源代码阅读,记录代码片段

提效小技巧——记录那些不常用的代码片段

用于从 cloudkit 检索单列的代码模式/片段

错误记录Flutter 混合开发获取 BinaryMessenger 报错 ( FlutterActivityAndFragmentDelegate.getFlutterEngine() )(代码片段

[linux][c/c++]代码片段01

[linux][c/c++]代码片段02