首页
分类
标签
时间线
barwe的学习笔记
行动起来,活在当下
累计撰写
227
篇文章
累计创建
60
个标签
累计收到
4
条评论
栏目
首页
分类
标签
时间线
目 录
CONTENT
以下是
配置文件
相关的文章
screenrc 配置文件
配置 screen 使其可滚动:termcapinfo xterm* ti@:te@
2023-05-25
1256
0
0
工具指南
vimrc 配置文件
" ================================================= "" global settings: /etc/vim/vimrc or /etc/vimrc "" local settings: ~
2023-05-25
1214
0
0
工具指南
gitconfig 配置文件
gitconfig 文件用来配置 Git 工作环境:系统级:/etc/gitconfig,对应 git config --system用户级:~/.gitconfig,对应 git config --global项目级:项目目录/.git/config,对应 git config文件内容:[user
2023-05-25
1267
0
0
工具指南